HegreEtConfort/templates/user/add.html.twig

11 lines
212 B
Twig
Raw Permalink Normal View History

2024-11-21 16:31:49 +01:00
{# templates/user/add.html.twig #}
{% extends 'base.html.twig' %}
{% block title %}Ajouter un utilisateur{% endblock %}
{% block body %}
<h1>Ajouter un utilisateur</h1>
{{ form(form) }}
{% endblock %}