In the middle of adding custom theme supports. Skin_pictures table added to store...
[selectricity-live] / app / views / election / edit_general_information.rhtml
index c2f1cf5b5e24692462840d20604db7c6b6f21079..c3b0052c9df32e6bbac3fac726c2c953d1341d5a 100644 (file)
@@ -3,7 +3,9 @@
   <span class="subheader"></span>
 </div>
 
   <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 => 'overview_form' %>
+  <%= render :partial => 'themeupload' %>
   <%= submit_tag 'Done' %>
 <% end %>
   <%= submit_tag 'Done' %>
 <% end %>

Benjamin Mako Hill || Want to submit a patch?