summaryrefslogtreecommitdiffstats
path: root/templates/lost_password.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/lost_password.html')
-rw-r--r--templates/lost_password.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/lost_password.html b/templates/lost_password.html
index 391af0d..0856366 100644
--- a/templates/lost_password.html
+++ b/templates/lost_password.html
@@ -10,7 +10,6 @@
mit dem du dir ein neues setzen kannst.
</p>
{{ render_field(form.username, autofocus="autofocus") }}
- {{ form.csrf_token }}
<div class="form-actions"><input type="submit" value="Weiter" /></div>
</form>
{%- endblock %}