work on payment code

This commit is contained in:
2019-07-27 18:30:08 +02:00
parent 495871b3fe
commit 7217960da2
4 changed files with 48 additions and 3 deletions
+5
View File
@@ -1,4 +1,9 @@
{{define "body_content"}}
{{ if ne .UserName "" }}
<p class="title is-4">Danke schoen!</p>
<p>Danke fuer die Zahlung!</p>
{{ else }}
<h4>Bitte zuerst <a href="login.html">einloggen</a></h4>
{{end}}
{{end}}