X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/fc0a6a8d7ea15bcdb27ebdd58721401c7045c6e0..4f2f1126a7a13ee3a6348e6033620ea6eb2b0d8e:/app/views/election/new.rhtml diff --git a/app/views/election/new.rhtml b/app/views/election/new.rhtml old mode 100755 new mode 100644 index fc390a0..7b71748 --- 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 %>