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") %}