From 97466bcdfbaa6cbb5714320ea78b127a37fec209 Mon Sep 17 00:00:00 2001 From: Aaron Kable Date: Wed, 10 Apr 2024 01:09:02 +0000 Subject: [PATCH] V4 Theme - Re-add the Top Nav for unauthenticated users --- allianceauth/templates/allianceauth/base-bs5.html | 14 ++++++-------- .../allianceauth/top-menu-rh-default.html | 9 ++++++++- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/allianceauth/templates/allianceauth/base-bs5.html b/allianceauth/templates/allianceauth/base-bs5.html index 4726e8a4..bb61c6bb 100644 --- a/allianceauth/templates/allianceauth/base-bs5.html +++ b/allianceauth/templates/allianceauth/base-bs5.html @@ -39,15 +39,12 @@ - {% if user.is_authenticated %} - {% endif %} diff --git a/allianceauth/templates/allianceauth/top-menu-rh-default.html b/allianceauth/templates/allianceauth/top-menu-rh-default.html index eacff4e1..9f97443f 100644 --- a/allianceauth/templates/allianceauth/top-menu-rh-default.html +++ b/allianceauth/templates/allianceauth/top-menu-rh-default.html @@ -1,5 +1,5 @@ {% load i18n %} - +{% if user.is_authenticated %} +{% else %} + +{% endif %}