Skip to content

Commit 14f734b

Browse files
authored
Fix server error page (#324)
Template was missing the govukFooter include, and so was failing to show the server error when it happened.
1 parent 731c0b9 commit 14f734b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/importer/nunjucks/views/error-handling/server-error.njk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{% extends "layouts/main.html" %}
22

3+
{% from "govuk/components/footer/macro.njk" import govukFooter %}
4+
35
{% block pageTitle %}
46
Error {% if serviceName %}{{ serviceName }}{% endif %} – GOV.UK Prototype Kit
57
{% endblock %}

0 commit comments

Comments
 (0)