Fix HTML tags

This commit is contained in:
RunasSudo 2017-12-11 17:05:12 +10:30
parent ffe9af3bd9
commit 0ad406f869
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
3 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@
{% endblock %}
{% block buttons %}
<button class="ui left floated button" onclick="prevTemplate(2);">Back</a>
<button class="ui left floated button" onclick="prevTemplate(2);">Back</button>
<button class="ui right floated primary button" id="cast_button" onclick="castBallot();"{% if not username %} style="display: none;"{% endif %}>Cast ballot</button>
{% endblock %}

View File

@ -35,7 +35,7 @@
{% endblock %}
{% block buttons %}
<button class="ui left floated button" onclick="prevTemplate();">Back</a>
<button class="ui left floated button" onclick="prevTemplate();">Back</button>
<button class="ui right floated primary button" onclick="nextTemplate(2);">Continue</button>
{% endblock %}

View File

@ -23,7 +23,7 @@
{% endblock %}
{% block buttons %}
<button class="ui left floated button" onclick="previousQuestion();">Back</a>
<button class="ui left floated button" onclick="previousQuestion();">Back</button>
<button class="ui right floated primary button" onclick="nextQuestion();">Continue</button>
{% endblock %}