From a1b6966f71a252212428f7f8c1cec1aa59535fb6 Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Tue, 16 Aug 2011 16:33:11 +0300 Subject: Add csrf token in the edit account template --- templates/account/edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/account/edit.html b/templates/account/edit.html index 4400896..fa502f2 100644 --- a/templates/account/edit.html +++ b/templates/account/edit.html @@ -1,7 +1,7 @@ {% if msg %} {{ msg }} {% else %} -
+ {% csrf_token %} {% for field in form %}
{{ field.label_tag}}{{ field }}
{% endfor %} -- cgit v1.2.3-65-gdbad