diff options
Diffstat (limited to 'papillon/templates/edit.html')
-rw-r--r-- | papillon/templates/edit.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 %} <h2>{% trans "Edit poll" %}</h2> <form action="." method="post"> + {% csrf_token %} <table class='new_poll'> <tr> <td><label>{% trans "Poll url" %}</label></td> |