diff --git a/allianceauth/templates/allianceauth/base-bs5.html b/allianceauth/templates/allianceauth/base-bs5.html
index e391b581..a4918416 100644
--- a/allianceauth/templates/allianceauth/base-bs5.html
+++ b/allianceauth/templates/allianceauth/base-bs5.html
@@ -55,27 +55,35 @@
{% endif %}
-
{% block header_nav_brand %}{{ SITE_NAME }}{% endblock %}
+
+ {% block header_nav_brand %}{{ SITE_NAME }}{% endblock %}
+
-
-
+
+
-
- {% block header_nav_collapse_left %}
- {% endblock %}
-
+
+ {% block header_nav_collapse_left %}
+ {% endblock %}
+
-
- {% block header_nav_collapse_right %}
- {% include 'allianceauth/top-menu-rh-default.html' %}
- {% endblock %}
- {% include 'menu/menu-notification-block.html' %}
-
-
+
+ {% block header_nav_collapse_right %}
+ {% endblock %}
+
-
-
-
+
+ {% block header_nav_user_character_control %}
+ {% include 'allianceauth/top-menu-rh-default.html' %}
+ {% endblock %}
+
+ {% include 'menu/menu-notification-block.html' %}
+
+
+
+
+
+
{% endif %}