From fec3352b68473f1e1d9b2c038a783b7e2c8650e6 Mon Sep 17 00:00:00 2001 From: Dmitry Grachikov Date: Mon, 9 Dec 2024 23:23:36 +0100 Subject: Access content of extended block properly (block.Super instead of super()) (#7026) --- bskyweb/templates/error.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bskyweb') diff --git a/bskyweb/templates/error.html b/bskyweb/templates/error.html index f8fdd290c..08407bd77 100644 --- a/bskyweb/templates/error.html +++ b/bskyweb/templates/error.html @@ -12,14 +12,14 @@ {# don't include the bundle on non-404 error pages #} {% block head_bundle %} {% if statusCode == 404 %} - {{ super() }} + {{ block.Super }} {% else %} {% endif %} {% endblock %} {%- block body_all %} {% if statusCode == 404 %} - {{ super() }} + {{ block.Super }} {% else %}

{{ statusCode }}: Server Error

Sorry about that! Our Status Page might have more context. -- cgit 1.4.1