<%= form_for @section, :url => {:action => "create_section"}, :html => {:class => "form-horizontal main-forms"} do |f| %>
<%= render :partial => "section_form", locals: {:f => f} %>
<% end %>