Fix HTML tags
This commit is contained in:
parent
ffe9af3bd9
commit
0ad406f869
@ -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 %}
|
||||
|
||||
|
@ -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 %}
|
||||
|
||||
|
@ -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 %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user