diff options
Diffstat (limited to 'papillon/templates/edit.html')
-rw-r--r-- | papillon/templates/edit.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/papillon/templates/edit.html b/papillon/templates/edit.html index 5a33ebd..2dcdc73 100644 --- a/papillon/templates/edit.html +++ b/papillon/templates/edit.html @@ -19,6 +19,7 @@ <span class="help_button" title='{% trans "Copy this address and send it to voters who want to participate to this poll" %}'>?</span> </div> <input type="text" readonly value='{{ base_url }}'> + <a href="{{ base_url }}">{% trans "Go to the poll!" %}</a> <div class="field_label"> <label id="">{% trans "Administration url" %}</label> @@ -31,6 +32,7 @@ <span class="help_button" title='{% trans "Address to modify choices of the current poll." %}'>?</span> </div> <input type="text" readonly value='{{choices_url }}'> + <a href="{{ choices_url }}">{% trans "Edit choices" %}</a> {% for field in form %} {% if field.is_hidden %} |