X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/45532efec547148def34ac29a1ea1c9652420d37..5901217a8893619fbdb02d540c08390f92eae368:/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 %>