%= simple_form_for [:curation_concern, curation_concern] do |f| %>
<% if f.error_notification -%>
Wait don't go! There was a problem with your submission. Please review the errors below:
×
<% end -%>
<%= render "form_metadata", curation_concern: curation_concern, f: f %>
<%= render "form_supplementary_fields", curation_concern: curation_concern, f: f %>
<%= render 'form_contributor_agreement', curation_concern: curation_concern, contributor_agreement: contributor_agreement %>
<%= f.submit class: 'btn btn-primary' %>
<%= link_to 'Cancel', catalog_index_path, class: 'btn btn-link' %>
<% end %>