summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 3e192e5..e28d126 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -12,7 +12,6 @@
</p>
{{ render_field(form.username, autofocus="autofocus") }}
{{ render_field(form.password) }}
- {{ form.csrf_token }}
<div class="form-actions"><input type="submit" value="Login" /></div>
<p class="form-actions"><a href="/register">Account erstellen</a></div>
<p class="form-actions"><a href="/lost_password">Passwort vergessen</a></div>