diff -r c6bca38c1cbf -r dca28aad6760 pytask/templates/registration/password_reset_confirm.html --- 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 @@

{% trans "Please enter your new password twice so we can verify you typed it in correctly." %}

+{% csrf_token %} {{ form.new_password1.errors }}

{{ form.new_password1 }}

{{ form.new_password2.errors }}