From 98a58b74e3541b21ee123351590e31305c19ba03 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 19 Dec 2020 14:28:20 +0100 Subject: [PATCH] core: ensure generic error template fills screen --- authentik/core/templates/error/generic.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/authentik/core/templates/error/generic.html b/authentik/core/templates/error/generic.html index 095be61d7..17ba3a5a2 100644 --- a/authentik/core/templates/error/generic.html +++ b/authentik/core/templates/error/generic.html @@ -3,6 +3,15 @@ {% load i18n %} {% load authentik_utils %} +{% block head %} +{{ block.super }} + +{% endblock %} + {% block body %}