diff --git a/bskyweb/templates/error.html b/bskyweb/templates/error.html index f8fdd290ce..08407bd773 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.