summaryrefslogtreecommitdiffstats
path: root/templates/lost_password_complete.html
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2012-09-28 03:12:52 +0200
committerMarian Sigler <m@qjym.de>2012-09-28 03:16:12 +0200
commit2676e1d7130160673c408987c4aeef83f9f57b6d (patch)
tree73937f3ae6d5d4f70157b213bdad9c65545200bc /templates/lost_password_complete.html
parenta9b2f0624d5f9095747e9c2a8518199375c5e815 (diff)
downloadweb-2676e1d7130160673c408987c4aeef83f9f57b6d.tar.gz
web-2676e1d7130160673c408987c4aeef83f9f57b6d.tar.bz2
web-2676e1d7130160673c408987c4aeef83f9f57b6d.zip
Disable csrf where user is not logged in; Show CSRF errors in forms.
Diffstat (limited to 'templates/lost_password_complete.html')
-rw-r--r--templates/lost_password_complete.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/lost_password_complete.html b/templates/lost_password_complete.html
index 21cfe1c..de59d64 100644
--- a/templates/lost_password_complete.html
+++ b/templates/lost_password_complete.html
@@ -13,7 +13,6 @@
</div>
{{ render_field(form.password, autofocus="autofocus") }}
{{ render_field(form.password_confirm) }}
- {{ form.csrf_token }}
<div class="form-actions"><input type="submit" value="Speichern" /></div>
</form>
{%- endblock %}