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 %}