From 23e525bf69bd8cd9dc399ef3b0ffa4a8eea39bed 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 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 %}