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