From 0c18f3c55af5b972c6505082bb0eaeec6586e4f7 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Mon, 11 Nov 2019 09:16:39 +0000 Subject: [PATCH] Update 500 error content --- app/templates/error/500.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/app/templates/error/500.html b/app/templates/error/500.html index 488db2d7d..433090b8a 100644 --- a/app/templates/error/500.html +++ b/app/templates/error/500.html @@ -1,12 +1,20 @@ {% extends "withoutnav_template.html" %} -{% block per_page_title %}Server error{% endblock %} +{% block per_page_title %}Sorry, there’s a problem with the service – GOV.UK Notify{% endblock %} {% block maincolumn_content %}

- Sorry, we’re experiencing technical difficulties + Sorry, there’s a problem with GOV.UK Notify

-

Try again later.

+

+ Try again later. +

+

+ You can check our system status page to see if there are any known issues. +

+

+ To report a problem, email notify-support@digital.cabinet-office.gov.uk +

{% endblock %}