# HG changeset patch # User Production Moz # Date 1337292452 -7200 # Node ID dec07877fd39c6c7a6c0fb73fee34c048ddf3f1e # Parent 83b032cbf471f83c8b524e2f770df273dba2075e Avoids HTTP 403 on login and reset/change password, seehttps://docs.djangoproject.com/en/dev/ref/contrib/csrf/#ref-contrib-csrf. diff -r 83b032cbf471 -r dec07877fd39 src/cm/templates/site/profile_pw.html --- a/src/cm/templates/site/profile_pw.html Thu May 17 23:58:03 2012 +0200 +++ b/src/cm/templates/site/profile_pw.html Fri May 18 00:07:32 2012 +0200 @@ -19,7 +19,7 @@
  • {% blocktrans %}Password{% endblocktrans %}
  • -
    +{% csrf_token %} {% for form in forms %} @@ -36,4 +36,4 @@
    -{% endblock %} \ No newline at end of file +{% endblock %}