summaryrefslogtreecommitdiff
path: root/papillon/templates/edit.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-10-25 03:27:35 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-10-25 03:27:35 +0200
commit0d930f95701fbbc9b5b7fb9bc28c3a664a600f9a (patch)
treea8626b155044fddd21933626b1b6a052e7b9ad48 /papillon/templates/edit.html
parent023f8571e1386a08e25d779252c221ca939d1f1d (diff)
downloadPapillon-0d930f95701fbbc9b5b7fb9bc28c3a664a600f9a.tar.bz2
Papillon-0d930f95701fbbc9b5b7fb9bc28c3a664a600f9a.zip
Correct last references to BASE_SITE (refs #309) - Change documentation to ReST - Use Sphinx for documentation
Diffstat (limited to 'papillon/templates/edit.html')
-rw-r--r--papillon/templates/edit.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/papillon/templates/edit.html b/papillon/templates/edit.html
index b2b38a5..2f77a7e 100644
--- a/papillon/templates/edit.html
+++ b/papillon/templates/edit.html
@@ -16,7 +16,7 @@
<tr>
<td><label>{% trans "Poll url" %}</label></td>
<td>
-<a href='{% url poll poll.base_url%}'>{% url poll poll.base_url%}</a>
+<a href='{% url poll poll.base_url%}'>{{ base_url }}</a>
</td>
<td class='form_description'><p>
{% trans "Copy this address and send it to voters who want to participate to this poll" %}
@@ -25,7 +25,7 @@
<tr>
<td><label>{% trans "Administration url" %}</label></td>
<td>
-<a href='{% url edit poll.admin_url %}'>{% url edit poll.admin_url %}</a>
+<a href='{% url edit poll.admin_url %}'>{{ edit_url }}</a>
</td>
<td class='form_description'><p>
{% trans "Address to modify the current poll" %}
@@ -34,7 +34,7 @@
<tr>
<td><label>{% trans "Choices administration url" %}</label></td>
<td>
-<a href='{% url edit_choices_admin poll.admin_url %}'>{% url edit_choices_admin poll.admin_url %}</a>
+<a href='{% url edit_choices_admin poll.admin_url %}'>{{choices_url }}</a>
</td>
<td class='form_description'><p>
{% trans "Address to modify choices of the current poll." %}