diff options
author | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2011-01-13 15:22:44 +0000 |
---|---|---|
committer | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2011-01-13 15:22:44 +0000 |
commit | ee49d6eaa93474e5636411e78b34f35ac60ca94c (patch) | |
tree | 378a70fa0785605bbd9c5178d4518cc639c95bd6 | |
parent | e5c9f7c2568921228da4a5e3e0eb537ce537135c (diff) | |
download | Papillon-ee49d6eaa93474e5636411e78b34f35ac60ca94c.tar.bz2 Papillon-ee49d6eaa93474e5636411e78b34f35ac60ca94c.zip |
Correct the edition of polls - closes #293v0.2
-rw-r--r-- | papillon/templates/editChoicesAdmin.html | 2 |
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 %} |