merged from devel
[selectricity] / app / views / voter_notify / reminder.rhtml
1 Voter!
2
3 Either you or an election administrator has requested you receive a
4 reminder for an election you've been registered in.
5
6 Here are the election(s) for which you are currently registered and your
7 tokens to enter each election:
8
9 <% @voter_array.each do |voter| -%>
10 <%= voter.election.name %>: <%= voter.password %>
11 <% end -%>
12
13 If you feel there is a technical error, please contact:
14
15   team@selectricity.org
16   (Selectricity Tech Support)
17
18 Thanks and happy voting!
19 Selectricity Staff

Benjamin Mako Hill || Want to submit a patch?