43d1d03f9894c5f35e53f7f5a3bc3d5f01ef7639
[selectricity-live] / app / views / voter / forgot_password.rhtml
1 <h4>Deleted your email? Lost your password?</h4>
2 <p>Not to worry, enter the email at which you were supposed to receive your
3 password, and we'll hook you up with a set of magic numbers that shall grant
4 access to the chambers within. Hoo-rah!</p>
5
6 <% form_tag :controller => 'election', :action => 'remind_voter' do %>
7
8   <p><span label for="email">Email</label></span>
9   <%= text_field_tag :email %></p>
10
11   <%= submit_tag "Submit" %>
12 <% end -%>

Benjamin Mako Hill || Want to submit a patch?