diff --git a/app/views/imports/_form.html.erb b/app/views/imports/_form.html.erb index 5dc2595f..7adc89f9 100644 --- a/app/views/imports/_form.html.erb +++ b/app/views/imports/_form.html.erb @@ -1,16 +1,4 @@ <%= form_with model: import, class: "contents" do |form| %> - <% if import.errors.any? %> -
-

<%= pluralize(import.errors.count, "error") %> prohibited this import from being saved:

- - -
- <% end %> -