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