Files
penracourses/templates/404.html
T
Ross f6bf034f4a .
2021-08-23 19:23:03 +01:00

6 lines
99 B
HTML

{% extends 'base.html' %}
{% block content %}
<h2>404 error</h2>
Page not found....
{% endblock %}