summaryrefslogtreecommitdiff
path: root/papillon/templates/editChoicesUser.html
diff options
context:
space:
mode:
authorAdrien Dorsaz <adrien@adorsaz.ch>2013-07-30 18:43:12 +0200
committerAdrien Dorsaz <adrien@adorsaz.ch>2013-07-30 18:43:12 +0200
commit18b57522b7dcfe210b627bbc665c000cba53b1ae (patch)
treed6f37460eb1b6cf8bba1baadaf9179687ac86a8c /papillon/templates/editChoicesUser.html
parentb0cc7979d1f07b311ed0de7cba3a3f9196833227 (diff)
downloadPapillon-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.html2
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>