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 %}