diff options
Diffstat (limited to 'papillon/templates/editChoices.html')
-rw-r--r-- | papillon/templates/editChoices.html | 2 |
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'> |