From 57fda2f5e1fbb4af9859b240d6afc5f4e7f3b26b Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sat, 27 Jul 2019 17:31:10 +0200 Subject: [PATCH] Add a link to the shared passwords --- navbar/templates/navbar/navbar.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/navbar/templates/navbar/navbar.html b/navbar/templates/navbar/navbar.html index 0de3c87..c3307ae 100644 --- a/navbar/templates/navbar/navbar.html +++ b/navbar/templates/navbar/navbar.html @@ -48,6 +48,9 @@ {% if user.is_superuser %} {% trans "administration"|capfirst %} {% endif %} + {% if user.is_staff %} + {% trans "shared_passwords"|capfirst %} + {% endif %} {% trans "logout"|capfirst %}