diff options
-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 %} |