X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/80ba04e050870cc01835cb1cc93bfd6645efcecd..ad088c1324d08a65f6f5336bedf7a88a8a8950e7:/app/views/election/general_information.rhtml diff --git a/app/views/election/general_information.rhtml b/app/views/election/general_information.rhtml index 1eae59f..b7abd5c 100644 --- a/app/views/election/general_information.rhtml +++ b/app/views/election/general_information.rhtml @@ -3,8 +3,8 @@ -<% form_tag (:action => 'create_election') do %> +<% form_tag( {:action => 'create_election'}, :multipart => true ) do %> <%= render :partial => 'overview_form' %> + <%= submit_tag "Proceed to Next Step" %> <% end %> -