From 55413eea19bf7a3b600be8973b174d00a93533d3 Mon Sep 17 00:00:00 2001 From: Jonnyw2k Date: Sat, 18 Apr 2020 01:22:07 +0000 Subject: [PATCH] Update allianceauth/authentication/templates/public/base.html --- allianceauth/authentication/templates/public/base.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/allianceauth/authentication/templates/public/base.html b/allianceauth/authentication/templates/public/base.html index e5cf772c..1c436aa5 100644 --- a/allianceauth/authentication/templates/public/base.html +++ b/allianceauth/authentication/templates/public/base.html @@ -6,6 +6,10 @@ + + + + {% include 'allianceauth/icons.html' %} {% block title %}{{ SITE_NAME }}{% endblock %}