From a4c4b789b39df74a8671b6ff3a04c5b3ee68ad5f Mon Sep 17 00:00:00 2001 From: Mike Rae Date: Sun, 8 Oct 2023 10:25:04 +0000 Subject: [PATCH] [#156] Update Sidebar access in base.html - If user is staff (Office or admin): access programs dropdown with links disabled - If user is superuser: access admin. Else no access to admin. modified: templates/base.html --- templates/base.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/templates/base.html b/templates/base.html index 0966867..2465d0a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -117,8 +117,8 @@
{{user.first_name}} {{user.last_name}}