diff options
author | jan <jan@ruken.pw> | 2015-12-19 16:44:53 (UTC) |
---|---|---|
committer | jan <jan@ruken.pw> | 2015-12-19 16:44:53 (UTC) |
commit | 9c05353c64da4ccdf62525986e67c95e482d6071 (patch) | |
tree | a0fc5a733a7604027f70e3830b42a0f6f91757e0 /views/login.html | |
parent | 6fba6f7a621fef81c742ab64d012b2c16881b1da (diff) |
inklusive previous username.
Diffstat (limited to 'views/login.html')
-rw-r--r-- | views/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/login.html b/views/login.html index f1bed26..7a08c41 100644 --- a/views/login.html +++ b/views/login.html | |||
@@ -8,7 +8,7 @@ | |||
8 | <div style="color: red">Es gab einen Fehler: {{ .error }}</div> | 8 | <div style="color: red">Es gab einen Fehler: {{ .error }}</div> |
9 | {{ end }} | 9 | {{ end }} |
10 | <form action="#" method="POST"> | 10 | <form action="#" method="POST"> |
11 | <input name="username" type="text" placeholder="Username" /><br /> | 11 | <input name="username" type="text" placeholder="Username" value="{{ .previous_user }}"/><br /> |
12 | <input name="password" type="password" placerholder="benis" /><br /> | 12 | <input name="password" type="password" placerholder="benis" /><br /> |
13 | <button type="submit">Einloggen</button> | 13 | <button type="submit">Einloggen</button> |
14 | </form> | 14 | </form> |