From 1872b814dbfd935182d3e0b8166fbb67053d85ee Mon Sep 17 00:00:00 2001 From: Adrien Dorsaz Date: Thu, 8 Aug 2013 08:03:30 +0200 Subject: Use django to protect forms (except create form, because of other work not commited) --- papillon/templates/edit.html | 1 + 1 file changed, 1 insertion(+) (limited to 'papillon/templates/edit.html') diff --git a/papillon/templates/edit.html b/papillon/templates/edit.html index 647700d..19d621d 100644 --- a/papillon/templates/edit.html +++ b/papillon/templates/edit.html @@ -12,6 +12,7 @@ {% block content %}

{% trans "Edit poll" %}

+ {% csrf_token %} -- cgit v1.2.3