From a2f805cba272259ca15c552203a0610b83d6960a Mon Sep 17 00:00:00 2001
From: tleodev
Date: Mon, 20 Nov 2023 16:29:49 +0100
Subject: [PATCH] Modo controleur (my bad)
---
php/src/controleur/ModerateurControleur.php | 21 +++++++++++++++++++++
php/templates/profil.html | 2 +-
2 files changed, 22 insertions(+), 1 deletion(-)
create mode 100644 php/src/controleur/ModerateurControleur.php
diff --git a/php/src/controleur/ModerateurControleur.php b/php/src/controleur/ModerateurControleur.php
new file mode 100644
index 0000000..8b25478
--- /dev/null
+++ b/php/src/controleur/ModerateurControleur.php
@@ -0,0 +1,21 @@
+{{ profil.prenom }} {{ profil.nom }}
Développeur web chez CGI FRANCE
Voir le détail du profil
- {% if user.role == 'admin' %}
+ {% if role == 'Admin' %}
Bannir l'utilisateur
{% endif %}