From ab8247f7bf155288ef27b5d47df14d6ce3a8c36b Mon Sep 17 00:00:00 2001 From: Serghei MIHAI Date: Wed, 1 Oct 2014 19:54:41 +0200 Subject: [PATCH] preventing browser of autofilling the password change form Closes #5449 --- calebasse/templates/registration/password_change_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calebasse/templates/registration/password_change_form.html b/calebasse/templates/registration/password_change_form.html index 5483467..c826956 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 %} -- 2.1.1