From 76531589dd0a53b926feb4167e954ae110e35f36 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 16 Oct 2022 13:55:22 +0200 Subject: [PATCH] core: fix title in generic error template Signed-off-by: Jens Langhammer --- authentik/core/templates/if/error.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentik/core/templates/if/error.html b/authentik/core/templates/if/error.html index 36aaa8860..9470f02c6 100644 --- a/authentik/core/templates/if/error.html +++ b/authentik/core/templates/if/error.html @@ -4,7 +4,7 @@ {% load i18n %} {% block title %} -{% trans 'End session' %} - {{ tenant.branding_title }} +{{ tenant.branding_title }} {% endblock %} {% block card_title %}