From f607bcf7bcc864d5bd1b78bb577d42958719ad9e Mon Sep 17 00:00:00 2001 From: Yingtong Li Date: Sun, 7 Jan 2018 21:03:20 +0800 Subject: [PATCH] Fix display error on cast completion page --- eosweb/core/static/nunjucks/booth/complete.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eosweb/core/static/nunjucks/booth/complete.html b/eosweb/core/static/nunjucks/booth/complete.html index 0cb5f36..6450212 100644 --- a/eosweb/core/static/nunjucks/booth/complete.html +++ b/eosweb/core/static/nunjucks/booth/complete.html @@ -23,7 +23,7 @@
Smart ballot tracker
-

This smart ballot tracker confirms that {{ voter.name }} cast a vote in the election {{ election.py_name }} at {{ vote.cast_at }}.

+

This smart ballot tracker confirms that {{ voter.py_name }} cast a vote in the election {{ election.py_name }} at {{ vote.cast_at }}.

Ballot fingerprint: {{ eosjs.eos.core.hashing.__all__.SHA256().update_obj(vote.ballot).hash_as_b64() }}