diff options
Diffstat (limited to 'bskyweb/templates')
-rw-r--r-- | bskyweb/templates/error.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 %} <h1>{{ statusCode }}: Server Error</h1> <p>Sorry about that! Our <a href="https://bluesky.statuspage.io/">Status Page</a> might have more context. |