aboutsummaryrefslogtreecommitdiff
path: root/sklad/login.tmpl
diff options
context:
space:
mode:
authorPřemysl Janouch <p@janouch.name>2019-04-14 01:05:05 +0200
committerPřemysl Janouch <p@janouch.name>2019-04-14 01:05:05 +0200
commit7eb84cd937ad65b0941164c5efe6b35a1210f8c3 (patch)
treefc554879abe02c83822fd9b94414336e1469afa8 /sklad/login.tmpl
parentbcfb9fbc2bc035149a71df1ffef96f23e668e815 (diff)
downloadsklad-7eb84cd937ad65b0941164c5efe6b35a1210f8c3.tar.gz
sklad-7eb84cd937ad65b0941164c5efe6b35a1210f8c3.tar.xz
sklad-7eb84cd937ad65b0941164c5efe6b35a1210f8c3.zip
sklad: styling, add a basic view for containers
Diffstat (limited to 'sklad/login.tmpl')
-rw-r--r--sklad/login.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/sklad/login.tmpl b/sklad/login.tmpl
index 4df6c3a..8dbca84 100644
--- a/sklad/login.tmpl
+++ b/sklad/login.tmpl
@@ -1,6 +1,8 @@
{{ define "Title" }}Přihlášení{{ end }}
{{ define "Content" }}
+<h2>Přihlášení</h2>
+
<form method=post>
<label for=password>Heslo:</label>
<input type=password name=password id=password>