aboutsummaryrefslogtreecommitdiff
path: root/sklad/login.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'sklad/login.tmpl')
-rw-r--r--sklad/login.tmpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/sklad/login.tmpl b/sklad/login.tmpl
index 8dbca84..dab1172 100644
--- a/sklad/login.tmpl
+++ b/sklad/login.tmpl
@@ -1,12 +1,13 @@
{{ define "Title" }}Přihlášení{{ end }}
+{{ define "HeaderControls" }}<!-- text/template requires content -->{{ end }}
{{ define "Content" }}
<h2>Přihlášení</h2>
<form method=post>
<label for=password>Heslo:</label>
-<input type=password name=password id=password>
-<input type=submit value="Přihlásit">
+<input type=password name=password id=password
+><input type=submit value="Přihlásit">
</form>
{{ if .IncorrectPassword }}