From 2d561d15c8ce8a52dfd64df21c9ec48c7429d9f0 Mon Sep 17 00:00:00 2001 From: Benbb96 Date: Tue, 7 May 2024 15:43:12 +0200 Subject: [PATCH] fix design on login/logout button when not staff --- .../templates/helpdesk/navigation-header.html | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/helpdesk/templates/helpdesk/navigation-header.html b/helpdesk/templates/helpdesk/navigation-header.html index 5ec166d6..417a6451 100644 --- a/helpdesk/templates/helpdesk/navigation-header.html +++ b/helpdesk/templates/helpdesk/navigation-header.html @@ -59,7 +59,9 @@ {% endif %}
{% csrf_token %} - +
@@ -82,13 +84,17 @@ {{user.username}} - {% endif %}