Skip to content
Snippets Groups Projects
Commit 8b250b3d authored by Ben Adida's avatar Ben Adida
Browse files

clarified all wordings

parent 02282f41
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,9 @@
<br />
{% endif %}
<button type="submit" class="medium">I am <u>{{voter.display_html_big|safe}}</u>, cast this ballot</button>
You are logged in as <u>{{voter.display_html_big|safe}}</u><br /><br />
<button type="submit" class="large">CAST this ballot</button>
<span style="font-size:0.8em;"><br />You can cast as many ballots as you want.<br />Only the last one counts.</span>
</form>
......
......@@ -11,6 +11,10 @@ Please provide the voter ID and password you received by email.<br /><br />
bad voter ID or password, please try again.
</p>
{% endif %}
{% if cast_ballot == "1" %}
<input type="submit" class="button" value="cast ballot" />
{% else %}
<input type="submit" class="button" value="log in" />
{% endif %}
</form>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment