From c529340d6c286f1f36a5d657cffcc8c302eacc8a Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 2 May 2021 12:22:50 +0200 Subject: [PATCH] *: fix title not being set correctly for server-side rendered views Signed-off-by: Jens Langhammer --- authentik/api/templates/api/swagger.html | 2 +- authentik/policies/templates/policies/denied.html | 2 +- .../oauth2/templates/providers/oauth2/end_session.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/authentik/api/templates/api/swagger.html b/authentik/api/templates/api/swagger.html index f0b99181c..2ea149f72 100644 --- a/authentik/api/templates/api/swagger.html +++ b/authentik/api/templates/api/swagger.html @@ -3,7 +3,7 @@ {% load static %} {% block title %} -authentik API Browser +API Browser - {{ config.authentik.branding.title }} {% endblock %} {% block head %} diff --git a/authentik/policies/templates/policies/denied.html b/authentik/policies/templates/policies/denied.html index b4996feae..6ee0389fc 100644 --- a/authentik/policies/templates/policies/denied.html +++ b/authentik/policies/templates/policies/denied.html @@ -4,7 +4,7 @@ {% load i18n %} {% block title %} -{% trans 'Permission denied - authentik' %} +{% trans 'Permission denied' %} - {{ config.authentik.branding.title }} {% endblock %} {% block card_title %} diff --git a/authentik/providers/oauth2/templates/providers/oauth2/end_session.html b/authentik/providers/oauth2/templates/providers/oauth2/end_session.html index acf5936d5..b6c88cc12 100644 --- a/authentik/providers/oauth2/templates/providers/oauth2/end_session.html +++ b/authentik/providers/oauth2/templates/providers/oauth2/end_session.html @@ -14,7 +14,7 @@ {% endblock %} {% block title %} -{% trans 'End session' %} +{% trans 'End session' %} - {{ config.authentik.branding.title }} {% endblock %} {% block card_title %}