diff --git a/calebasse/templates/registration/password_change_form.html b/calebasse/templates/registration/password_change_form.html index 5483467b..c826956c 100644 --- a/calebasse/templates/registration/password_change_form.html +++ b/calebasse/templates/registration/password_change_form.html @@ -13,7 +13,7 @@ {% block content %}
-
{% csrf_token %} + {% csrf_token %}

{% 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." %}

{% if form.errors %}