--- a/pytask/templates/registration/password_reset_confirm.html Sat Jan 08 11:20:57 2011 +0530
+++ b/pytask/templates/registration/password_reset_confirm.html Sat Jan 08 12:11:30 2011 +0530
@@ -14,6 +14,7 @@
<p>{% trans "Please enter your new password twice so we can verify you typed it in correctly." %}</p>
<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 }}