diff -r c6bca38c1cbf -r dca28aad6760 pytask/templates/registration/password_change_form.html --- a/pytask/templates/registration/password_change_form.html Sat Jan 08 11:20:57 2011 +0530 +++ b/pytask/templates/registration/password_change_form.html Sat Jan 08 12:11:30 2011 +0530 @@ -12,7 +12,7 @@

{% trans "Please enter your old password, for security's sake, and then enter your new password twice so we can verify you typed it in correctly." %}

- +{% csrf_token %} {{ form.old_password.errors }}

{{ form.old_password }}

{{ form.new_password1.errors }}