From 6353b83a16f39887b486e915e81903c6005a67b6 Mon Sep 17 00:00:00 2001 From: "anthony.richard" Date: Mon, 20 Nov 2023 21:58:44 +0100 Subject: [PATCH] fix oublie de boutons sur la usersView --- Project/php/templates/usersView.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Project/php/templates/usersView.html b/Project/php/templates/usersView.html index b903ee5..7d0d15f 100755 --- a/Project/php/templates/usersView.html +++ b/Project/php/templates/usersView.html @@ -9,11 +9,31 @@ {% include 'navbar.twig' %} + {% if users is defined %}
+
+ + + + + + + +
+ + + + + + + +
+
{% include 'userContainer.twig' with {'users' : users, 'action' : 'removeUser'} %}
+ {% endif %}