summaryrefslogtreecommitdiff
path: root/papillon/templates/editChoices.html
diff options
context:
space:
mode:
authorÉtienne Loks2011-10-25 00:17:19 +0200
committerÉtienne Loks2011-10-25 00:17:19 +0200
commite41e52768085a81b1b5d48f5f0583b6449179fa8 (patch)
treeda836b2f6390b6490fb3f8acfaea3aaa4a2ad7d5 /papillon/templates/editChoices.html
parent2a50c79d3b9de35937c07c838205e25ad058b3e1 (diff)
Correct hard link in templates and views (closes #309)
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'>