diff options
Diffstat (limited to 'papillon/templates/editChoicesUser.html')
-rw-r--r-- | papillon/templates/editChoicesUser.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/papillon/templates/editChoicesUser.html b/papillon/templates/editChoicesUser.html index 47d6a52..de06211 100644 --- a/papillon/templates/editChoicesUser.html +++ b/papillon/templates/editChoicesUser.html @@ -10,7 +10,7 @@ {% endblock %} {% block content %} - <p><a href="{% url poll poll.base_url %}">{%trans "Return to the poll"%}</a></p> + <p><a href="{% url "poll" poll.base_url %}">{%trans "Return to the poll"%}</a></p> <h2>{% trans "Choices" %}</h2> {% if choices %}<table class='new_poll'> <tr> |