From 8b250b3d6c12a6c08c174474157e1985689f68e7 Mon Sep 17 00:00:00 2001
From: Ben Adida <ben@adida.net>
Date: Sun, 6 Apr 2014 11:18:03 -0700
Subject: [PATCH] clarified all wordings

---
 helios/templates/_castconfirm_docast.html   | 4 +++-
 helios/templates/_castconfirm_password.html | 4 ++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/helios/templates/_castconfirm_docast.html b/helios/templates/_castconfirm_docast.html
index 85896da..0ed93eb 100644
--- a/helios/templates/_castconfirm_docast.html
+++ b/helios/templates/_castconfirm_docast.html
@@ -16,7 +16,9 @@
 <br />
 {% endif %}
 
-    <button type="submit" class="medium">I am <u>{{voter.display_html_big|safe}}</u>, cast this ballot</button>
+You are logged in as <u>{{voter.display_html_big|safe}}</u><br /><br />
+
+    <button type="submit" class="large">CAST this ballot</button>
     <span style="font-size:0.8em;"><br />You can cast as many ballots as you want.<br />Only the last one counts.</span>
 </form>
 
diff --git a/helios/templates/_castconfirm_password.html b/helios/templates/_castconfirm_password.html
index 520c1bc..fe499b9 100644
--- a/helios/templates/_castconfirm_password.html
+++ b/helios/templates/_castconfirm_password.html
@@ -11,6 +11,10 @@ Please provide the voter ID and password you received by email.<br /><br />
 bad voter ID or password, please try again.
 </p>
 {% endif %}
+{% if cast_ballot == "1" %}
 <input type="submit" class="button" value="cast ballot" />
+{% else %}
+<input type="submit" class="button" value="log in" />
+{% endif %}
 </form>
 
-- 
GitLab