From ba7e2a60c62a212c46efaddc8a3704bf116fbfca Mon Sep 17 00:00:00 2001 From: Aymeric SERRA Date: Fri, 10 Feb 2023 18:13:07 +0100 Subject: [PATCH] Modification style page pour ajouter un utilisateur --- templates/user/_form.html.twig | 2 +- templates/user/new.html.twig | 16 +++++++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/templates/user/_form.html.twig b/templates/user/_form.html.twig index 2068256..d137888 100644 --- a/templates/user/_form.html.twig +++ b/templates/user/_form.html.twig @@ -15,6 +15,6 @@ {{ form_row(form.roles) }}
- +
{{ form_end(form) }} diff --git a/templates/user/new.html.twig b/templates/user/new.html.twig index 35e728d..f624369 100644 --- a/templates/user/new.html.twig +++ b/templates/user/new.html.twig @@ -3,9 +3,19 @@ {% block title %}New User{% endblock %} {% block body %} -

Create new User

+
+
+

Ajouter un utilisateur

+
- {{ include('user/_form.html.twig') }} - back to list +
+ {{ include('user/_form.html.twig') }} +
+ + +
{% endblock %}