diff options
| author | Adrien Dorsaz <adrien@adorsaz.ch> | 2013-07-30 18:43:12 +0200 |
|---|---|---|
| committer | Adrien Dorsaz <adrien@adorsaz.ch> | 2013-07-30 18:43:12 +0200 |
| commit | 18b57522b7dcfe210b627bbc665c000cba53b1ae (patch) | |
| tree | d6f37460eb1b6cf8bba1baadaf9179687ac86a8c /papillon/templates/editChoicesUser.html | |
| parent | b0cc7979d1f07b311ed0de7cba3a3f9196833227 (diff) | |
| download | Papillon-18b57522b7dcfe210b627bbc665c000cba53b1ae.tar.bz2 Papillon-18b57522b7dcfe210b627bbc665c000cba53b1ae.zip | |
Use simple quotes instead of double quotes for url template function
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 de06211..cff888c 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> |
