X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/947bdc28cd01bc025ffde2af3472b38e5d30f9d1..50d95cd1569a8452323d565cf2f34fc63672cff7:/app/views/election/general_information.rhtml?ds=sidebyside diff --git a/app/views/election/general_information.rhtml b/app/views/election/general_information.rhtml index 1eae59f..feed407 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' %> + <%= render :partial => 'theme_upload' %> <%= submit_tag "Proceed to Next Step" %> <% end %> -