Custom 404 page
This commit is contained in:
parent
d36d457789
commit
85b66a87ee
6
templates/404.html
Normal file
6
templates/404.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
<p>404 ;( <*</p>
|
||||
{% endblock %}
|
Loading…
Reference in a new issue