From 83c4c221af8c5ff21b39c40cc7f41e1dbaf98324 Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 24 Nov 2025 16:01:19 +0100 Subject: [PATCH] uniformisation des cartes --- templates/organization/index.html.twig | 2 +- templates/organization/show.html.twig | 6 +++--- templates/user/edit.html.twig | 2 +- templates/user/show.html.twig | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/organization/index.html.twig b/templates/organization/index.html.twig index bf208af..22046c4 100644 --- a/templates/organization/index.html.twig +++ b/templates/organization/index.html.twig @@ -4,7 +4,7 @@ {% block body %}
-
+

Gestion des organisations

diff --git a/templates/organization/show.html.twig b/templates/organization/show.html.twig index 66e5e21..9704040 100644 --- a/templates/organization/show.html.twig +++ b/templates/organization/show.html.twig @@ -44,7 +44,7 @@ {# User tables #}
-
+

Nouveaux utilisateurs @@ -60,7 +60,7 @@

-
+

Administrateurs @@ -76,7 +76,7 @@

-
+

Mes utilisateurs diff --git a/templates/user/edit.html.twig b/templates/user/edit.html.twig index 061eda3..a45edf6 100644 --- a/templates/user/edit.html.twig +++ b/templates/user/edit.html.twig @@ -2,7 +2,7 @@ {% block body %}
-
+

Modifier l'utilisateur

diff --git a/templates/user/show.html.twig b/templates/user/show.html.twig index 1a6a8e8..28bb8cc 100644 --- a/templates/user/show.html.twig +++ b/templates/user/show.html.twig @@ -3,7 +3,7 @@ {% block body %}
-
+
{% if is_granted("ROLE_ADMIN") %}