diff --git a/allianceauth/menu/templates/menu/menu-logo.html b/allianceauth/menu/templates/menu/menu-logo.html index d871f4d6..8d8ba11d 100644 --- a/allianceauth/menu/templates/menu/menu-logo.html +++ b/allianceauth/menu/templates/menu/menu-logo.html @@ -1,5 +1,3 @@ -{% load static %} -
{% include "bundles/image-auth-logo.html" %}
diff --git a/allianceauth/menu/templates/menu/menu-user.html b/allianceauth/menu/templates/menu/menu-user.html index e9907337..6c70f976 100644 --- a/allianceauth/menu/templates/menu/menu-user.html +++ b/allianceauth/menu/templates/menu/menu-user.html @@ -1,4 +1,3 @@ -{% load static %} {% load i18n %} {% load evelinks %} {% load theme_tags %} @@ -85,8 +84,6 @@ {% translate 'Sign In' %} {% endif %} - -