From 602f447c812660d30d4cdad11f8221aad34c940d Mon Sep 17 00:00:00 2001 From: maurine Date: Sat, 11 Apr 2026 23:37:50 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20ajustement=20de=20l'ordre=20des=20colonn?= =?UTF-8?q?es=20dans=20le=20template=20utilisateur=20pour=20am=C3=A9liorer?= =?UTF-8?q?=20la=20disposition=20responsive?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/user/index.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/user/index.html.twig b/templates/user/index.html.twig index 3f641e3..75b5d36 100644 --- a/templates/user/index.html.twig +++ b/templates/user/index.html.twig @@ -15,7 +15,7 @@ {% endif %} {# Colonne Photo #} -
+
{% if userData.image %} @@ -61,7 +61,7 @@
{# Colonne Infos Persos #} -
+
{# Gestion des boutons d'action (Modifier / Annuler) et des titres #}