Files
notifications-admin/app/templates/error/500.html

21 lines
774 B
HTML
Raw Normal View History

{% extends "withoutnav_template.html" %}
{% block per_page_title %}Sorry, theres a problem with the service{% endblock %}
{% block maincolumn_content %}
2023-08-23 16:18:25 -04:00
<div class="grid-row">
<div class="grid-col-8">
<h1 class="heading-large">
Sorry, theres a problem with Notify.gov
</h1>
2023-08-25 11:49:13 -04:00
<p class="usa-body">
2019-11-11 09:16:39 +00:00
Try again later.
</p>
2023-08-25 11:49:13 -04:00
<!-- <p class="usa-body">
You can check our <a class="usa-link" href="https://status.notifications.service.gov.uk">system status</a> page to see if there are any known issues.
2022-11-01 15:26:39 -04:00
</p> -->
2023-08-25 11:49:13 -04:00
<p class="usa-body">
To report a problem, please email <a class="usa-link" href="mailto:notify-support@gsa.gov">notify-support@gsa.gov</a>.
2019-11-11 09:16:39 +00:00
</p>
2016-01-07 15:48:29 +00:00
</div>
</div>
2016-01-07 15:48:29 +00:00
{% endblock %}