X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/07c4c28f94d7628c0d5c48db810956f680c5f48e..2ee3731fd7cc776524f44005a99035d01168e6c0:/app/views/voter/forgot_password.rhtml diff --git a/app/views/voter/forgot_password.rhtml b/app/views/voter/forgot_password.rhtml new file mode 100644 index 0000000..43d1d03 --- /dev/null +++ b/app/views/voter/forgot_password.rhtml @@ -0,0 +1,12 @@ +

Deleted your email? Lost your password?

+

Not to worry, enter the email at which you were supposed to receive your +password, and we'll hook you up with a set of magic numbers that shall grant +access to the chambers within. Hoo-rah!

+ +<% form_tag :controller => 'election', :action => 'remind_voter' do %> + +

Email + <%= text_field_tag :email %>

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