<%= render 'spotlight/shared/curation_sidebar' %>
<%= render 'order_pages' %> <%= bootstrap_form_for @exhibit, url: exhibit_contacts_path(@exhibit), style: :horizontal, html: {class: 'exhibit-contacts'} do |f| %>

<%= t :".contacts" %>

<%= t :'.instructions' %>

    <%= f.fields_for :contacts do |c| %> <%= render partial: 'contact', locals: {f: c} %> <% end %>
<%= f.submit nil %>
<% end %> <%= exhibit_create_link Spotlight::Contact.new, class: "btn btn-primary" %>