From 416f916da630f89173e2e125c7cfda6abdbce7cd Mon Sep 17 00:00:00 2001 From: Jens L Date: Tue, 27 Jun 2023 23:13:31 +0200 Subject: [PATCH] core: fix inconsistent favicon (#6080) Signed-off-by: Jens Langhammer --- authentik/api/templates/api/browser.html | 2 -- authentik/core/templates/base/skeleton.html | 3 ++- authentik/core/templates/if/admin.html | 2 -- authentik/core/templates/if/flow.html | 2 -- authentik/core/templates/if/user.html | 2 -- 5 files changed, 2 insertions(+), 9 deletions(-) diff --git a/authentik/api/templates/api/browser.html b/authentik/api/templates/api/browser.html index 675dfc6fe7..2b4ed50fd1 100644 --- a/authentik/api/templates/api/browser.html +++ b/authentik/api/templates/api/browser.html @@ -10,8 +10,6 @@ API Browser - {{ tenant.branding_title }} - - {% endblock %} {% block body %} diff --git a/authentik/core/templates/base/skeleton.html b/authentik/core/templates/base/skeleton.html index ae89350c2c..50a40de666 100644 --- a/authentik/core/templates/base/skeleton.html +++ b/authentik/core/templates/base/skeleton.html @@ -8,7 +8,8 @@ {% block title %}{% trans title|default:tenant.branding_title %}{% endblock %} - + + {% block head_before %} {% endblock %} diff --git a/authentik/core/templates/if/admin.html b/authentik/core/templates/if/admin.html index 00b9779722..b3b761f884 100644 --- a/authentik/core/templates/if/admin.html +++ b/authentik/core/templates/if/admin.html @@ -6,8 +6,6 @@ - - {% include "base/header_js.html" %} {% endblock %} diff --git a/authentik/core/templates/if/flow.html b/authentik/core/templates/if/flow.html index bdf81be153..da117a4701 100644 --- a/authentik/core/templates/if/flow.html +++ b/authentik/core/templates/if/flow.html @@ -5,8 +5,6 @@ {% block head_before %} {{ block.super }} - - {% if flow.compatibility_mode and not inspector %} {% endif %} diff --git a/authentik/core/templates/if/user.html b/authentik/core/templates/if/user.html index 98b59bfe31..3d3ee538e1 100644 --- a/authentik/core/templates/if/user.html +++ b/authentik/core/templates/if/user.html @@ -6,8 +6,6 @@ - - {% include "base/header_js.html" %} {% endblock %}