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