From 9bee52dd037a08e54b9a0b6307463b341e8b647f Mon Sep 17 00:00:00 2001 From: Konrad du Plessis Date: Sun, 22 Feb 2026 19:22:23 +0200 Subject: [PATCH] =?UTF-8?q?Move=20Admin=20link=20to=20main=20navbar=20?= =?UTF-8?q?=E2=80=94=20fix=20dropdown=20click=20not=20working?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Admin Panel link inside the Bootstrap dropdown wasn't responding to clicks (cursor changed but navigation didn't fire). Moved it to a direct navbar link alongside Dashboard, Payroll, etc. Simplified logout to a simple button next to username instead of dropdown. Co-Authored-By: Claude Opus 4.6 --- core/templates/base.html | 40 +++++++++++++++++----------------------- 1 file changed, 17 insertions(+), 23 deletions(-) diff --git a/core/templates/base.html b/core/templates/base.html index 032443c..e5dc640 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -67,31 +67,25 @@ Receipts + {% if user.is_staff %} + + {% endif %}