From ede6fcfaf90b090d183d851da920a091aa7dabf6 Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Tue, 30 Jan 2018 19:31:29 +1100 Subject: [PATCH] Fix typo from 816412a --- eosweb/core/static/nunjucks/booth/review.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eosweb/core/static/nunjucks/booth/review.html b/eosweb/core/static/nunjucks/booth/review.html index d509fc0..d430468 100644 --- a/eosweb/core/static/nunjucks/booth/review.html +++ b/eosweb/core/static/nunjucks/booth/review.html @@ -30,7 +30,7 @@ {% include templates[selection_model_view_map[election.questions.__getitem__(loop.index0)._name]["selections_review"]] %} {% endfor %} -

If you are happy with your selections, then make a note of

+

If you are happy with your selections, then make a note of your ballot fingerprint, {{ eosjs.eos.core.hashing.__all__.SHA256().update_obj(ballot).hash_as_b64(true) }}.

Click ‘Continue’, and you will be able to log in to cast your vote.

{% endblock %}