summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoretienne2011-01-13 15:22:44 +0000
committeretienne2011-01-13 15:22:44 +0000
commitee49d6eaa93474e5636411e78b34f35ac60ca94c (patch)
tree378a70fa0785605bbd9c5178d4518cc639c95bd6
parente5c9f7c2568921228da4a5e3e0eb537ce537135c (diff)
Correct the edition of polls - closes #293
-rw-r--r--papillon/templates/editChoicesAdmin.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/papillon/templates/editChoicesAdmin.html b/papillon/templates/editChoicesAdmin.html
index a7798bf..b04b0ec 100644
--- a/papillon/templates/editChoicesAdmin.html
+++ b/papillon/templates/editChoicesAdmin.html
@@ -14,7 +14,7 @@
{% blocktrans %}As long as no options were added to the poll, it will not be available.{% endblocktrans %}
</p>{% else %}
<h2>{% trans "Complete/Finalise the poll" %}</h2>
-<p><a href='{{root_url}}edit/{{poll.admin_url}}'><button>{% trans "Next"%}</button></p>
+<p><a href='{{root_url}}edit/{{poll.admin_url}}'><button>{% trans "Next"%}</button></a></p>
{% endif %}
{% include 'editChoices.html' %}
{% if choices %}