first (mostly) working version of full elections.
[selectricity-live] / app / views / voter / reminder.rhtml
diff --git a/app/views/voter/reminder.rhtml b/app/views/voter/reminder.rhtml
new file mode 100644 (file)
index 0000000..ad757e4
--- /dev/null
@@ -0,0 +1,16 @@
+<div id="title-header">
+  <span class="header">Password Reminder</span>
+  <span class="subheader"></span>
+</div>
+
+<p>Enter the email at which you were supposed to receive your password,
+and we'll send you a new password over email for every election that you
+are currently registered.</p>
+
+<% form_tag :action => 'reminder' do %>
+
+  <p><span label for="email">Email</label></span>
+  <%= text_field_tag :email %></p>
+
+  <%= submit_tag "Submit" %>
+<% end -%>

Benjamin Mako Hill || Want to submit a patch?