From 1f0c00c1dc0dd9b7348b3018d6b62339f8fbc190 Mon Sep 17 00:00:00 2001 From: Admin MPCZ Date: Sat, 11 Apr 2026 21:01:32 +0200 Subject: [PATCH] Suppression menu Specifiques de la navigation --- app/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/base.html b/app/templates/base.html index 425732e..244d073 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -53,7 +53,7 @@ {% set p = perms if perms is defined else request.state.perms %} {% if p.servers or p.qualys or p.audit or p.planning %}Dashboard{% endif %} {% if p.servers %}Serveurs{% endif %} - {% if p.specifics %}Specifiques{% endif %} + {% if p.campaigns %}Campagnes{% endif %} {% if p.campaigns in ('edit', 'admin') %}Assignations{% endif %} {% if p.qualys %}Qualys{% endif %}