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