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 %}