aboutsummaryrefslogtreecommitdiff
path: root/sklad/login.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'sklad/login.tmpl')
-rw-r--r--sklad/login.tmpl17
1 files changed, 0 insertions, 17 deletions
diff --git a/sklad/login.tmpl b/sklad/login.tmpl
deleted file mode 100644
index c34ab53..0000000
--- a/sklad/login.tmpl
+++ /dev/null
@@ -1,17 +0,0 @@
-{{ 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 autofocus
-><input type=submit value="Přihlásit">
-</form>
-
-{{ if .IncorrectPassword }}
-<p>Bylo zadáno nesprávné heslo.
-{{ end }}
-
-{{ end }}