diff --git a/templates/reset_password.html b/templates/reset_password.html index 6fec7fb93..8e19831fc 100644 --- a/templates/reset_password.html +++ b/templates/reset_password.html @@ -29,13 +29,14 @@

{% trans "Reset Password" %}

{% trans "Enter your new password to reset" %}

-
+ {% csrf_token %}
{{form.password}} - +
{{form.password.errors}}
@@ -57,7 +58,8 @@
{{form.confirm_password}} - +
{{form.confirm_password.errors}}