diff --git a/app/views/templates/_upload_button.html.erb b/app/views/templates/_upload_button.html.erb index 4b7156aa..2e1d128c 100644 --- a/app/views/templates/_upload_button.html.erb +++ b/app/views/templates/_upload_button.html.erb @@ -1,5 +1,5 @@ <%= form_for '', url: templates_upload_path, id: form_id = SecureRandom.uuid, method: :post, class: 'inline', html: { enctype: 'multipart/form-data' } do %> -