summaryrefslogtreecommitdiff
path: root/papillon/templates/editChoicesAdmin.html
diff options
context:
space:
mode:
Diffstat (limited to 'papillon/templates/editChoicesAdmin.html')
-rw-r--r--papillon/templates/editChoicesAdmin.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/papillon/templates/editChoicesAdmin.html b/papillon/templates/editChoicesAdmin.html
index d296a16..78d3be5 100644
--- a/papillon/templates/editChoicesAdmin.html
+++ b/papillon/templates/editChoicesAdmin.html
@@ -28,6 +28,7 @@
</tr>
{% for choice in choices %}
<form action="." method="post">
+ {% csrf_token %}
{{choice.form.poll}}{{choice.form.order}}<tr>
{%if not poll.dated_choices%}<td><a href='?up_choice={{choice.id}}' class='arrow'>+</a>
/ <a href='?down_choice={{choice.id}}' class='arrow'>-</a></td>{%endif%}