diff --git a/eosweb/core/static/nunjucks/booth/cast.html b/eosweb/core/static/nunjucks/booth/cast.html index a48b589..ba39fc9 100644 --- a/eosweb/core/static/nunjucks/booth/cast.html +++ b/eosweb/core/static/nunjucks/booth/cast.html @@ -21,6 +21,11 @@ {% block content %}

Your vote has not yet been cast. If you have not already done so, please make a note of your ballot fingerprint, {{ eosjs.eos.core.hashing.__all__.SHA256().update_obj(ballot).hash_as_b64() }}.

+ +
+

Your vote has not yet been cast. Please follow the instructions to continue.

+
+

This election requires you to log in to vote. If you disconnected your internet connection earlier, you must now reconnect it before proceeding.

{% if username %} diff --git a/eosweb/core/static/nunjucks/booth/review.html b/eosweb/core/static/nunjucks/booth/review.html index d6f2c8c..3ea1ac4 100644 --- a/eosweb/core/static/nunjucks/booth/review.html +++ b/eosweb/core/static/nunjucks/booth/review.html @@ -21,6 +21,10 @@ {% block content %}

Your vote has not yet been cast. Your selections are shown below. Please review your selections and ensure you are happy with them before continuing.

+
+

Your vote has not yet been cast. Please follow the instructions to continue.

+
+ {% for question in election.questions.impl %}

{{ loop.index }}. {{ question.prompt }}

{% include templates[selection_model_view_map[election.questions.__getitem__(loop.index0)._name]["selections_review"]] %}