File upload system for custom skins almost complete.
[selectricity] / app / views / election / edit_general_information.rhtml
index c3b0052c9df32e6bbac3fac726c2c953d1341d5a..17ec3247f003e1a9a000b9f7abcfc84ca84cf2fd 100644 (file)
@@ -6,6 +6,8 @@
 <% form_tag( {:action => 'update_general_information', :id => @election},
                        :multipart => true ) do %>
   <%= render :partial => 'overview_form' %>
 <% form_tag( {:action => 'update_general_information', :id => @election},
                        :multipart => true ) do %>
   <%= render :partial => 'overview_form' %>
-  <%= render :partial => 'themeupload' %>
+  <%= render :partial => 'theme_upload' %>
   <%= submit_tag 'Done' %>
 <% end %>
   <%= submit_tag 'Done' %>
 <% end %>
+
+

Benjamin Mako Hill || Want to submit a patch?