diff --git a/authentik/core/templates/base/header_js.html b/authentik/core/templates/base/header_js.html index 9e75d96c4d..39dc374cf0 100644 --- a/authentik/core/templates/base/header_js.html +++ b/authentik/core/templates/base/header_js.html @@ -1,11 +1,13 @@ {% load i18n %} {% get_current_language as LANGUAGE_CODE %} - {% block head %} diff --git a/authentik/core/templates/base/theme.html b/authentik/core/templates/base/theme.html index ddd12dc58d..25466eb099 100644 --- a/authentik/core/templates/base/theme.html +++ b/authentik/core/templates/base/theme.html @@ -1,10 +1,45 @@ +{% load static %} +{% load authentik_core %} + + + {% if ui_theme == "dark" %} -{% elif ui_theme == "light" %} + + {% elif ui_theme == "light" %} {% else %} + + diff --git a/authentik/core/templates/if/error.html b/authentik/core/templates/if/error.html index 6abc12e3e9..6918bf9feb 100644 --- a/authentik/core/templates/if/error.html +++ b/authentik/core/templates/if/error.html @@ -12,10 +12,13 @@ {% endblock %} {% block card %} -