From 5f3ab22beaf785d2e481d3e5e440b53e060b8165 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 19 Dec 2020 14:24:28 +0100 Subject: [PATCH] providers/oauth2: fix incorrect background set on end session screen --- .../oauth2/templates/providers/oauth2/end_session.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/authentik/providers/oauth2/templates/providers/oauth2/end_session.html b/authentik/providers/oauth2/templates/providers/oauth2/end_session.html index c87b36347..55ed8988a 100644 --- a/authentik/providers/oauth2/templates/providers/oauth2/end_session.html +++ b/authentik/providers/oauth2/templates/providers/oauth2/end_session.html @@ -4,6 +4,16 @@ {% load i18n %} {% load authentik_utils %} +{% block head %} +{{ block.super }} + +{% endblock %} + {% block title %} {% trans 'End session' %} {% endblock %}