X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/aca2ebb98aeae4744e3c50f9fca7e08a1dd784a2..f7761282a6a0744caadfa6ddfb44f09d68c9f928:/app/views/voter/index.rhtml diff --git a/app/views/voter/index.rhtml b/app/views/voter/index.rhtml index 7e31c92..5c2ea27 100644 --- a/app/views/voter/index.rhtml +++ b/app/views/voter/index.rhtml @@ -2,7 +2,7 @@

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

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