<%= decidim_form_for(@form, url: url_for([attached_to, @form]), html: { class: "form new_participatory_process_attachment" }) do |f| %> <%= render partial: 'decidim/admin/attachments/form', object: f, locals: { title: t(".title") } %>
<%= f.submit t(".create") %>
<% end %>