X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/e9aaa095a1136966a7fcca4877882736770ac119..e3b1d64e4220f627e53b6c8c0f70ba941dfdc788:/app/views/voter/index.rhtml diff --git a/app/views/voter/index.rhtml b/app/views/voter/index.rhtml index 5c2ea27..e92081d 100644 --- a/app/views/voter/index.rhtml +++ b/app/views/voter/index.rhtml @@ -1,8 +1,11 @@ -<% %> +
+ Voter Login + +

Please enter your password/token to log in and vote:

-<% form_tag(:action => 'index') do %> +<% form_tag(:action => 'login') do %> <%= text_field :vote, :password %> <%= submit_tag "Log In" %> <% end %>