From f8baeb19a75c451456fbf224add07367dfb44730 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Tue, 16 Jan 2024 21:29:16 +0100 Subject: [PATCH] [FIX] Static no longer needed here --- allianceauth/menu/templates/menu/menu-logo.html | 2 -- allianceauth/menu/templates/menu/menu-user.html | 3 --- 2 files changed, 5 deletions(-) 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 %} - -