From 11acd4ca53d8ce5a81d844f301eec6f3c5a96f12 Mon Sep 17 00:00:00 2001 From: Mira Weller Date: Fri, 24 Oct 2025 12:04:03 +0200 Subject: [PATCH] allow custom headers in error base template --- src/pretix/base/templates/error.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pretix/base/templates/error.html b/src/pretix/base/templates/error.html index ad1e120a77..790f80d152 100644 --- a/src/pretix/base/templates/error.html +++ b/src/pretix/base/templates/error.html @@ -11,6 +11,7 @@ + {% block custom_header %}{% endblock %}