X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/9129a21b28c88064edfcfc8a8fa23a640f29819c..57a193789d1f48a856816c357483cfd7c621cd9d:/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 %> -