mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
[FEAT] Add 404 page
This commit is contained in:
7
breccia_mapper/templates/404.html
Normal file
7
breccia_mapper/templates/404.html
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{% extends 'base.html' %}
|
||||||
|
|
||||||
|
{% block content %}
|
||||||
|
<h2>Error 404: Page not Found</h2>
|
||||||
|
|
||||||
|
<p>Sorry, we can't find that page. Click <a href="{% url 'index' %}">here</a> to go home.</p>
|
||||||
|
{% endblock content %}
|
||||||
Reference in New Issue
Block a user