summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/login.html.template5
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/login.html.template b/templates/login.html.template
index e9ffe2b..1aef0f2 100644
--- a/templates/login.html.template
+++ b/templates/login.html.template
@@ -4,8 +4,7 @@
{{if .Error}}
<p class="login-error"><img class="inline" src="/static/angry.webp">Incorrect password</p>
{{end}}
- <form class="password-form" action="/login" method="post">
- <input type="hidden" name="redirect" value="{{.Redirect}}">
+ <form class="password-form" method="post">
<table>
<tr class="password-form-row">
<td><label class="password-label" for="password">Enter password</label></td>
@@ -17,7 +16,7 @@
</tr>
<tr>
<td></td>
- <td><input type="image" class="submit" src="/static/point.webp" alt="Submit"></td>
+ <td><input type="image" width="100" class="submit" src="/static/point.webp" alt="Submit"></td>
</table>
</form>
</section>