merged in from code from the other master
[selectricity-live] / app / views / election / edit_general_information.rhtml
index c2f1cf5b5e24692462840d20604db7c6b6f21079..1d8ec907e1c6230e77e5b8a426fcb12c32c1368f 100644 (file)
@@ -3,7 +3,11 @@
   <span class="subheader"></span>
 </div>
 
-<% 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 %>
+
+

Benjamin Mako Hill || Want to submit a patch?