From e9857c44e3a7e144cbf054291191577d78a2db21 Mon Sep 17 00:00:00 2001 From: GuillaumeH-Cci Date: Fri, 13 Feb 2026 15:46:24 +0100 Subject: [PATCH] Correction de bug pour le projet_preview --- views/project_display.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/project_display.tpl b/views/project_display.tpl index 3f69070..9ef71ba 100644 --- a/views/project_display.tpl +++ b/views/project_display.tpl @@ -77,9 +77,10 @@ {if isset($smarty.session.user) and $smarty.session.user.user_status == 2 or $smarty.session.user.user_id == $objProject->getUser_id()}
Supprimer le projet + {/if} + {if isset($smarty.session.user) and $smarty.session.user.user_id == $objProject->getUser_id()} Modifier le projet {/if} - {*Conditions permettant au Modérateur de modifier le status d'un projet*} {if isset($smarty.session.user) and $smarty.session.user.user_status == 2 and $objProject->getStatus() eq "en_attente"} Accepter