Fix display error on cast completion page

This commit is contained in:
Yingtong Li 2018-01-07 21:03:20 +08:00
parent 6d30d77efd
commit f607bcf7bc
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<div class="ui success message">
<div class="header">Smart ballot tracker</div>
<p>This smart ballot tracker confirms that {{ voter.name }} cast a vote in the election {{ election.py_name }} at {{ vote.cast_at }}.</p>
<p>This smart ballot tracker confirms that {{ voter.py_name }} cast a vote in the election {{ election.py_name }} at {{ vote.cast_at }}.</p>
<p>Ballot fingerprint: <span class="hash">{{ eosjs.eos.core.hashing.__all__.SHA256().update_obj(vote.ballot).hash_as_b64() }}</span></p>
</div>