From 36056d4a601894ab737440502e5a6aa8a4c8bff3 Mon Sep 17 00:00:00 2001 From: Maciej Pienczyn Date: Fri, 10 Apr 2026 14:47:17 +0200 Subject: [PATCH] fix: show Users link in admin menu for OFFICE_MANAGER role Co-Authored-By: Claude Opus 4.6 (1M context) --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 91aea92..d9170cd 100755 --- a/templates/base.html +++ b/templates/base.html @@ -491,7 +491,7 @@ Status systemu - {% if current_user.has_role(SystemRole.ADMIN) %} + {% if current_user.has_role(SystemRole.OFFICE_MANAGER) %}