diff --git a/backend/templates/components/layout/enhanced_header.html b/backend/templates/components/layout/enhanced_header.html index 1e37fc99..16e4d89c 100644 --- a/backend/templates/components/layout/enhanced_header.html +++ b/backend/templates/components/layout/enhanced_header.html @@ -179,58 +179,58 @@ Includes: Browse menu, advanced search, theme toggle, user dropdown, mobile menu - + + +
+ {% if user.is_authenticated %} +

{{ user.get_full_name|default:user.username }}

-

{{ user.email }}

+

{{ user.email }}

- + Profile - + Settings {% if has_moderation_access %} - + Moderation @@ -238,16 +238,31 @@ Includes: Browse menu, advanced search, theme toggle, user dropdown, mobile menu
{% csrf_token %} -
-
- {% else %} - - {% endif %} - + {% else %} +
+ + +
+ {% endif %} + +