<%= stylesheet_link_tag "school_calendar_events" %> <%= simple_form_for @school_calendar_event_batch, html: { class: "smart-form" } do |f| %> <%= f.error_notification %>
<%= render 'fields', f: f %>
<% end %> <% content_for :js do %> <% end %>