aboutsummaryrefslogtreecommitdiff
path: root/cmd/sklad/login.tmpl
diff options
context:
space:
mode:
authorPřemysl Janouch <p@janouch.name>2019-04-16 03:56:53 +0200
committerPřemysl Janouch <p@janouch.name>2019-04-16 03:56:53 +0200
commit21d01f4c4b10f82c65dccfba22f825640610d66e (patch)
tree2f289d03c50fa9b01d2dac080be8e70ef8a9940b /cmd/sklad/login.tmpl
parent885d161cf5f1baed291cc1d31ea9e90868492567 (diff)
downloadsklad-21d01f4c4b10f82c65dccfba22f825640610d66e.tar.gz
sklad-21d01f4c4b10f82c65dccfba22f825640610d66e.tar.xz
sklad-21d01f4c4b10f82c65dccfba22f825640610d66e.zip
sklad: clean up templates
Diffstat (limited to 'cmd/sklad/login.tmpl')
-rw-r--r--cmd/sklad/login.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/sklad/login.tmpl b/cmd/sklad/login.tmpl
index c34ab53..2c9ffc3 100644
--- a/cmd/sklad/login.tmpl
+++ b/cmd/sklad/login.tmpl
@@ -5,9 +5,9 @@
<h2>Přihlášení</h2>
<form method=post>
-<label for=password>Heslo:</label>
-<input type=password name=password id=password autofocus
-><input type=submit value="Přihlásit">
+ <label for=password>Heslo:</label>
+ <input type=password name=password id=password autofocus
+ ><input type=submit value="Přihlásit">
</form>
{{ if .IncorrectPassword }}