summaryrefslogtreecommitdiff
path: root/papillon/templates/editChoices.html
diff options
context:
space:
mode:
Diffstat (limited to 'papillon/templates/editChoices.html')
-rw-r--r--papillon/templates/editChoices.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/papillon/templates/editChoices.html b/papillon/templates/editChoices.html
index 1082d30..7e059a8 100644
--- a/papillon/templates/editChoices.html
+++ b/papillon/templates/editChoices.html
@@ -3,7 +3,7 @@
<h2>{% trans "New choice" %}</h2>
{%if form_new_choice.errors %} <p class='error'>{{form_new_choice.errors}}</p>{%endif%}
-<form action="{{admin_url}}" method="post">
+<form action="." method="post">
{{form_new_choice.poll}}
{{form_new_choice.order}}
<table class='new_poll'>