diff --git a/server_ui/templates/email/cast_vote_body.txt b/server_ui/templates/email/cast_vote_body.txt index e248c36c1e105f47610ba8ea6774865badce1d19..31880aa370cf267f3dc0e3e448858810f07bfefa 100644 --- a/server_ui/templates/email/cast_vote_body.txt +++ b/server_ui/templates/email/cast_vote_body.txt @@ -2,7 +2,11 @@ Dear {{voter.name}}, You have successfully cast a vote in {{election.name}}. -Your ballot is archived at: {{cast_vote_url}} +Your smart ballot tracker is: +{{cast_vote.vote_hash}} + +And your full encrypted ballot is archived at: +{{cast_vote_url}} {% if election.use_voter_aliases %} This election uses voter aliases to protect your privacy. @@ -10,5 +14,4 @@ Your voter alias is: {{voter.alias}}. {% endif %} -- - Helios