Add more scary looking warnings
This commit is contained in:
parent
8ed6b3fac3
commit
3d15403cc5
@ -21,6 +21,11 @@
|
||||
{% 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>
|
||||
|
||||
<div class="ui negative message">
|
||||
<p>Your vote has <b>not yet been cast</b>. 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>
|
||||
|
||||
{% if username %}
|
||||
|
@ -21,6 +21,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>
|
||||
|
||||
<div class="ui negative message">
|
||||
<p>Your vote has <b>not yet been cast</b>. Please follow the instructions to continue.</p>
|
||||
</div>
|
||||
|
||||
{% for question in election.questions.impl %}
|
||||
<h2>{{ loop.index }}. {{ question.prompt }}</h2>
|
||||
{% include templates[selection_model_view_map[election.questions.__getitem__(loop.index0)._name]["selections_review"]] %}
|
||||
|
Loading…
Reference in New Issue
Block a user