Skip to content

Commit

Permalink
Create a blank footer for an error
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSurgisonGDS committed Jun 1, 2023
1 parent 56a8c3e commit 62a2137
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/nunjucks/views/error-handling/server-error.njk
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@

{% endblock %}


{% block footer %}
{{ govukFooter({}) }}
{% endblock %}


{% block pageScripts %}
<script>
;(() => {
Expand Down

0 comments on commit 62a2137

Please sign in to comment.