This commit is contained in:
Ross
2021-08-23 19:23:03 +01:00
parent 737f4a91a0
commit f6bf034f4a
3 changed files with 31 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{% extends 'base.html' %}
{% block content %}
<h2>404 error</h2>
Page not found....
{% endblock %}