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