diff --git a/templates/gestion_user/index.html.twig b/templates/gestion_user/index.html.twig index 00d94ba..f82de26 100644 --- a/templates/gestion_user/index.html.twig +++ b/templates/gestion_user/index.html.twig @@ -4,12 +4,8 @@ {% block body %} +
-
- +
+
diff --git a/templates/index/cuisinier.html.twig b/templates/index/cuisinier.html.twig index f09ee3f..93d945c 100644 --- a/templates/index/cuisinier.html.twig +++ b/templates/index/cuisinier.html.twig @@ -3,38 +3,19 @@ {% block head %} - {% block title %}Cuisine{% endblock %} + {% block title %}Index FestinHegre!{% endblock %} {% endblock %} {% block stylesheets %} - + + {% endblock %} {% block body %} @@ -135,7 +116,10 @@ + {% include 'Modals/gestionUtilisateurModal.html.twig' %} + {% include 'Modals/gestionTableModal.html.twig' %} {% include 'Modals/gestionCompteModal.html.twig' %} + {% include 'Modals/gestionUtilisateurModal.html.twig' %} {% endblock %}