mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-04 16:11:11 -04:00
Add basic error pages
This commit is contained in:
10
app/templates/error/404.html
Normal file
10
app/templates/error/404.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{% extends "admin_template.html" %}
|
||||
{% block page_title %}Page Not Found{% endblock %}
|
||||
{% block fullwidth_content %}
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
<h1>404</h1>
|
||||
<p>Sorry, that page doesn't exist.</p>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user