first (mostly) working version of full elections.
[selectricity-live] / app / views / voter_notify / votestart.rhtml
index c2730bf08d83de9f6de1c5be725b2aa78c971e6b..e2c480ff408ec5116ba821fa25ebbf71ca719f3e 100644 (file)
@@ -1,29 +1,29 @@
 Voter!
 
-This is an automated message sent by votingbooth.mako.cc.
+This is an automated message sent by Selectricity.
 
 You have been listed as a voter in an upcoming election.
 
 The election title: <%= @voter.election.name %>
 
 To read more about the election, the candidates, and to vote, you will
-need to use the following token to log in to votingboth.mako.cc:
+need to use the following token to log in to Selectricity:
   <%= @voter.password %>
 
 Alternatively, you can just click this URL:
+  <%= votepassword_url( :host => 'selectricity.org', :urlpassword => @voter.password) %>
 
-If you have any questions or if you feel you have recieved this message
+If you have any questions or if you feel you have received this message
 in error, you should contact:
 
-  <%= @voter.election.user.name %> <<%= @voter.election.user.email %>>
+  <%= @voter.election.user.login %> <<%= @voter.election.user.email %>>
   (The initiator of this election)
 
 Alternatively, if you feel there is a technical error, please contact:
 
-  help@votingbooth.mako.cc
-  (VotingBooth Tech Support)
+  team@selectricity.org
+  (Selectricity Tech Support)
 
 Thanks and happy voting!
-VotingBooth Staff
-  
-  
+Selectricity Staff
+

Benjamin Mako Hill || Want to submit a patch?