--- 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 @@
<h1>{% blocktrans %}Reset my password{% endblocktrans %}</h1>
{% if form %}
-<form id="profile" enctype="multipart/form-data" class="wizard-form" action="." method="post">
+<form id="profile" enctype="multipart/form-data" class="wizard-form" action="." method="post">{% csrf_token %}
<table class="wide_form">
<tbody>
@@ -45,4 +45,4 @@
<br />
<br />
{% endif %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}