From bfea7b3913279ed8c0e2f3d21435431a699d5763 Mon Sep 17 00:00:00 2001 From: NguyenND Date: Thu, 5 Mar 2026 09:02:56 -0500 Subject: [PATCH] Mar 04 2026: fixed duplicated Scheduled Reports on menu --- app/templates/base.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/templates/base.html b/app/templates/base.html index 7da6cc2..3709871 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -84,11 +84,6 @@ Scheduled Reports {% endif %} - {% if current_user.role in ['admin','supervisor'] %} - - {% endif %}