Files
penracourses/templates/404.html
T
Ross 3d42468f76 .
2021-08-23 19:33:04 +01:00

8 lines
121 B
HTML

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