diff options
Diffstat (limited to 'papillon/templates/editChoices.html')
-rw-r--r-- | papillon/templates/editChoices.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/papillon/templates/editChoices.html b/papillon/templates/editChoices.html index 7e059a8..293f567 100644 --- a/papillon/templates/editChoices.html +++ b/papillon/templates/editChoices.html @@ -4,6 +4,7 @@ <h2>{% trans "New choice" %}</h2> {%if form_new_choice.errors %} <p class='error'>{{form_new_choice.errors}}</p>{%endif%} <form action="." method="post"> + {% csrf_token %} {{form_new_choice.poll}} {{form_new_choice.order}} <table class='new_poll'> |