1 <div id="title-header">
2 <span class="header">Password Reminder</span>
3 <span class="subheader"></span>
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>
10 <% form_tag :action => 'reminder' do %>
12 <p><span label for="email">Email</label></span>
13 <%= text_field_tag :email %></p>
15 <%= submit_tag "Submit" %>