From b370b3bab2bbeb28796534c0c1750d9eb3cc88f9 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Wed, 9 Nov 2022 20:09:40 +0000 Subject: [PATCH] Add statistics link to user dropdown in navbar --- app/templates/base.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/templates/base.html b/app/templates/base.html index 63946255..457368b1 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -130,6 +130,11 @@ {{ _("To do list") }} + {% if current_user.rank.atLeast(current_user.rank.EDITOR) or check_global_perm(current_user, "CREATE_TAG") %} {% endif %}