From 19555c3e5e86b4301264ccb26587c51aec8cbbd2 Mon Sep 17 00:00:00 2001
From: Ben Adida <ben@adida.net>
Date: Sun, 5 Dec 2021 19:57:36 +0000
Subject: [PATCH] improved vote casting confirmation email

---
 server_ui/templates/email/cast_vote_body.txt | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/server_ui/templates/email/cast_vote_body.txt b/server_ui/templates/email/cast_vote_body.txt
index e248c36..31880aa 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
-- 
GitLab