From bad2825fab9f45f468414ed551bad9d987923600 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 5 Jun 2010 12:58:31 -0500 Subject: Updates for CSRF protection in Django 1.2.X Signed-off-by: Dan McGee --- templates/general_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/general_form.html') diff --git a/templates/general_form.html b/templates/general_form.html index d499919..93e73ac 100644 --- a/templates/general_form.html +++ b/templates/general_form.html @@ -8,7 +8,7 @@ {% if description %}{{description}}{% endif %} -
+ {% csrf_token %}
{% for field in form %}


-- cgit v1.2.3-24-g4f1b