Files
2023-02-24 19:44:33 +00:00

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 %}