added first stab at a kiosk mode
[selectricity-live] / app / views / voter / reminder.rhtml
1 <div id="title-header">
2   <span class="header">Password Reminder</span>
3   <span class="subheader"></span>
4 </div>
5
6 <p>Enter the email at which you were supposed to receive your password,
7 and we'll send you a new password over email for every election that you
8 are currently registered.</p>
9
10 <% form_tag :action => 'reminder' do %>
11
12   <p><span label for="email">Email</label></span>
13   <%= text_field_tag :email %></p>
14
15   <%= submit_tag "Submit" %>
16 <% end -%>

Benjamin Mako Hill || Want to submit a patch?