mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
7 lines
199 B
HTML
7 lines
199 B
HTML
{% 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 %} |