diff options
-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> |