mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 02:23:19 -04:00
Use correct heading class and better wording on error pages
This commit is contained in:
@@ -3,8 +3,12 @@
|
|||||||
{% block fullwidth_content %}
|
{% block fullwidth_content %}
|
||||||
<div class="grid-row">
|
<div class="grid-row">
|
||||||
<div class="column-two-thirds">
|
<div class="column-two-thirds">
|
||||||
<h1>404</h1>
|
<h1 class="heading-xlarge">
|
||||||
<p>Sorry, that page doesn't exist.</p>
|
Page could not be found
|
||||||
|
</h1>
|
||||||
|
<p>
|
||||||
|
Check you've entered the correct web address.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
@@ -3,8 +3,10 @@
|
|||||||
{% block fullwidth_content %}
|
{% block fullwidth_content %}
|
||||||
<div class="grid-row">
|
<div class="grid-row">
|
||||||
<div class="column-two-thirds">
|
<div class="column-two-thirds">
|
||||||
<h1>500</h1>
|
<h1 class="heading-xlarge">
|
||||||
<p>Sorry, something went wrong on our system.</p>
|
Sorry, we're experiencing technical difficulties
|
||||||
|
</h1>
|
||||||
|
<p>Try again later.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user