From 941cfe850a9fb512f9a4426f6c11370ba5b57969 Mon Sep 17 00:00:00 2001
From: benoitqueyron <72251526+Benoit-MINT@users.noreply.github.com>
Date: Tue, 10 Dec 2024 18:01:57 +0100
Subject: [PATCH] fix id entre le form et le submit button

---
 app/views/instructeurs/procedures/order_positions.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/instructeurs/procedures/order_positions.html.haml b/app/views/instructeurs/procedures/order_positions.html.haml
index f50de80e5..88a71dc3e 100644
--- a/app/views/instructeurs/procedures/order_positions.html.haml
+++ b/app/views/instructeurs/procedures/order_positions.html.haml
@@ -5,7 +5,7 @@
   %p Déplacez les démarches dans la liste pour les classer en fonction de vos préférences :
 
   %fr-container{ data: { controller: 'move-procedures-position' } }
-    = form_tag update_order_positions_instructeur_procedures_path, method: :patch do
+    = form_tag update_order_positions_instructeur_procedures_path, method: :patch, id: 'order-instructeur-procedures-form' do
       - @procedures.each do |procedure|
         .fr-card.fr-mb-1w.fr-py-1w.fr-px-2w
           .flex.align-center