Put greater emphasis on the "not"

This commit is contained in:
RunasSudo 2017-11-28 13:21:26 +11:00
parent 3d15403cc5
commit a7b6634281
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
2 changed files with 4 additions and 4 deletions

View File

@ -20,10 +20,10 @@
{% block content %}
<div id="cast_prompt">
<p>Your vote has <b>not yet been cast</b>. If you have not already done so, please make a note of your ballot fingerprint, <span class="hash">{{ eosjs.eos.core.hashing.__all__.SHA256().update_obj(ballot).hash_as_b64() }}</span>.</p>
<p>Your vote has <b>not</b> yet been cast. If you have not already done so, please make a note of your ballot fingerprint, <span class="hash">{{ eosjs.eos.core.hashing.__all__.SHA256().update_obj(ballot).hash_as_b64() }}</span>.</p>
<div class="ui negative message">
<p>Your vote has <b>not yet been cast</b>. Please follow the instructions to continue.</p>
<p>Your vote has <b>not</b> yet been cast. Please follow the instructions to continue.</p>
</div>
<p>This election requires you to log in to vote. If you disconnected your internet connection earlier, you must now reconnect it before proceeding.</p>

View File

@ -19,10 +19,10 @@
#}
{% block content %}
<p>Your vote has <b>not yet been cast</b>. Your selections are shown below. Please review your selections and ensure you are happy with them before continuing.</p>
<p>Your vote has <b>not</b> yet been cast. Your selections are shown below. Please review your selections and ensure you are happy with them before continuing.</p>
<div class="ui negative message">
<p>Your vote has <b>not yet been cast</b>. Please follow the instructions to continue.</p>
<p>Your vote has <b>not</b> yet been cast. Please follow the instructions to continue.</p>
</div>
{% for question in election.questions.impl %}