From 703d287180fdc706d0e5696f7a492f953545237b Mon Sep 17 00:00:00 2001 From: Ben Adida <ben@adida.net> Date: Sat, 8 Mar 2014 14:33:48 -0800 Subject: [PATCH] fixed link to vote --- helios/templates/election_view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helios/templates/election_view.html b/helios/templates/election_view.html index a9544c8..e486ddb 100644 --- a/helios/templates/election_view.html +++ b/helios/templates/election_view.html @@ -272,7 +272,7 @@ Anyone can vote in this election. {% if not election.voting_has_started %} <p style="font-size: 1.2em;"> - <a href="{{SECURE_URL_HOST}/booth/vote.html?election_url={% url helios.views.one_election election.uuid %}">preview booth</a> + <a href="{{SECURE_URL_HOST}}/booth/vote.html?election_url={% url helios.views.one_election election.uuid %}">preview booth</a> </p> {% endif %} -- GitLab