aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorjan <jan@ruken.pw>2015-12-19 16:43:08 (UTC)
committerjan <jan@ruken.pw>2015-12-19 16:43:08 (UTC)
commit6fba6f7a621fef81c742ab64d012b2c16881b1da (patch)
tree128f9568f87193646125ebb2b8ba9d3cb45ba686 /views
parent6961005146be308546304e3e9f86a3d37750c297 (diff)
aktualiserte login view
Diffstat (limited to 'views')
-rw-r--r--views/login.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/views/login.html b/views/login.html
index 934d575..f1bed26 100644
--- a/views/login.html
+++ b/views/login.html
@@ -4,7 +4,14 @@
4 <title>Grilist - Login</title> 4 <title>Grilist - Login</title>
5 </head> 5 </head>
6 <body> 6 <body>
7 Benis. 7 {{ if .error }}
8 <div style="color: red">Es gab einen Fehler: {{ .error }}</div>
9 {{ end }}
10 <form action="#" method="POST">
11 <input name="username" type="text" placeholder="Username" /><br />
12 <input name="password" type="password" placerholder="benis" /><br />
13 <button type="submit">Einloggen</button>
14 </form>
8 </body> 15 </body>
9</html> 16</html>
10{{ end }} \ No newline at end of file 17{{ end }} \ No newline at end of file