X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/34fe63727a8929d7e9c529feee1f0c1e827acdfa..f7761282a6a0744caadfa6ddfb44f09d68c9f928:/app/views/election/new.rhtml diff --git a/app/views/election/new.rhtml b/app/views/election/new.rhtml index fc390a0..7b71748 100644 --- a/app/views/election/new.rhtml +++ b/app/views/election/new.rhtml @@ -2,8 +2,8 @@

Vote Overview

-<%= form_tag :action => 'create_election' %> +<% form_tag (:action => 'create_election') do %> <%= render :partial => 'overview_form' %> <%= submit_tag "Done!" %> -<%= end_form_tag %> +<% end %>