Stray slash

This commit is contained in:
RunasSudo 2017-11-25 22:37:59 +11:00
parent c70dabcbe1
commit f92c7640d5
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,6 @@
{% endblock %}
{% block buttons %}
<a href="{{ election_base_url }}/view" class="ui left floated button">Back</a>
<a href="{{ election_base_url }}view" class="ui left floated button">Back</a>
<button class="ui right floated primary button" onclick="nextTemplate();">Continue</button>
{% endblock %}