diff options
Diffstat (limited to 'papillon/templates/editChoicesAdmin.html')
-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 6510dcc..fdecdf0 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='{% url edit poll.admin_url%}'><button>{% trans "Next"%}</button></a></p> +<p><a href='{% url "edit" poll.admin_url%}'><button>{% trans "Next"%}</button></a></p> {% endif %} {% include 'editChoices.html' %} {% if choices %} |