From ed650897d78f0b931cd60b0fbe45aa3638b65e81 Mon Sep 17 00:00:00 2001 From: NguyenND Date: Mon, 6 Jul 2026 17:25:55 -0400 Subject: [PATCH] July 6 - Adjust the Admin menu, grouping functions --- app/templates/base.html | 71 ++++++++++++++++++++++++++++------------- 1 file changed, 48 insertions(+), 23 deletions(-) diff --git a/app/templates/base.html b/app/templates/base.html index 9815153..c60bb08 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -152,11 +152,6 @@ {% endif %} - {% if current_user.role == 'admin' %} - - {% endif %} {% if current_user.role in ['admin', 'director'] %} {% endif %} {% if current_user.role == 'admin' %} - - - - {% endif %}