web/lib/django/contrib/admin/templates/registration/password_reset_confirm.html
changeset 29 cc9b7e14412b
parent 0 0d40e90630ef
--- a/web/lib/django/contrib/admin/templates/registration/password_reset_confirm.html	Wed May 19 17:43:59 2010 +0200
+++ b/web/lib/django/contrib/admin/templates/registration/password_reset_confirm.html	Tue May 25 02:43:45 2010 +0200
@@ -13,7 +13,7 @@
 
 <p>{% trans "Please enter your new password twice so we can verify you typed it in correctly." %}</p>
 
-<form action="" method="post">
+<form action="" method="post">{% csrf_token %}
 {{ form.new_password1.errors }}
 <p class="aligned wide"><label for="id_new_password1">{% trans 'New password:' %}</label>{{ form.new_password1 }}</p>
 {{ form.new_password2.errors }}