first (mostly) working version of full elections.
[selectricity-live] / app / views / voter_notify / reminder.rhtml
index 1373bc2ef2db79e42bafb4c8bda6fdde2322140c..0a9074621aec0c13c5ec04b3fd7911148f663a61 100644 (file)
@@ -1,16 +1,18 @@
 Voter!
 
-Either you or an election administrator has requested you receive a reminder for an election you've been registered in.
+Either you or an election administrator has requested you receive a
+reminder for an election you've been registered in.
+
+Here are the election(s) for which you are currently registered and your
+tokens to enter each election:
 
-Here are the election(s) for which you are currently registered and your tokens to enter each election:
 <% @voter_array.each do |voter| -%>
 <%= voter.election.name %>: <%= voter.password %>
 <% end -%>
 
-
 If you feel there is a technical error, please contact:
 
-  help@selectricity.org
+  team@selectricity.org
   (Selectricity Tech Support)
 
 Thanks and happy voting!

Benjamin Mako Hill || Want to submit a patch?