X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/adfcf4dd7d989d0560e2a8f6a590dd10c5a49a08..50d95cd1569a8452323d565cf2f34fc63672cff7:/app/views/election/edit_general_information.rhtml diff --git a/app/views/election/edit_general_information.rhtml b/app/views/election/edit_general_information.rhtml index c2f1cf5..17ec324 100644 --- a/app/views/election/edit_general_information.rhtml +++ b/app/views/election/edit_general_information.rhtml @@ -3,7 +3,11 @@ -<% form_tag(:action => 'update_general_information', :id => @election) do %> +<% form_tag( {:action => 'update_general_information', :id => @election}, + :multipart => true ) do %> <%= render :partial => 'overview_form' %> + <%= render :partial => 'theme_upload' %> <%= submit_tag 'Done' %> <% end %> + +