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

15 lines
505 B
HTML
Raw Normal View History

{% extends "base.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">
2023-10-23 13:43:26 -04:00
Sorry, we can't deliver what you asked for right now.
</h1>
2023-08-25 11:49:13 -04:00
<p class="usa-body">
2024-04-16 10:57:47 -04:00
Please try again later or <a class="usa-link" href="mailto:notify-support@gsa.gov">email us</a> for more information.</p>
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 %}