mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 02:42:26 -05:00
11 lines
298 B
HTML
11 lines
298 B
HTML
{% extends "admin_template.html" %}
|
|
{% block page_title %}Server error{% endblock %}
|
|
{% block fullwidth_content %}
|
|
<div class="grid-row">
|
|
<div class="column-two-thirds">
|
|
<h1>500</h1>
|
|
<p>Sorry, something went wrong on our system.</p>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|