diff -r 96c16cc6408b -r 83b032cbf471 src/cm/templates/site/forgot_pw.html --- a/src/cm/templates/site/forgot_pw.html Tue May 15 14:15:34 2012 +0200 +++ b/src/cm/templates/site/forgot_pw.html Thu May 17 23:58:03 2012 +0200 @@ -14,7 +14,7 @@

{% blocktrans %}Reset my password{% endblocktrans %}

{% if form %} -
+{% csrf_token %} @@ -45,4 +45,4 @@

{% endif %} -{% endblock %} \ No newline at end of file +{% endblock %}