X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/45532efec547148def34ac29a1ea1c9652420d37..5901217a8893619fbdb02d540c08390f92eae368:/app/views/voter/reminder.rhtml diff --git a/app/views/voter/reminder.rhtml b/app/views/voter/reminder.rhtml new file mode 100644 index 0000000..ad757e4 --- /dev/null +++ b/app/views/voter/reminder.rhtml @@ -0,0 +1,16 @@ +
+ Password Reminder + +
+ +

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.

+ +<% form_tag :action => 'reminder' do %> + +

Email + <%= text_field_tag :email %>

+ + <%= submit_tag "Submit" %> +<% end -%>