Merge pull request #41 from Dunedan/404-template
Provide a template for not existing resources.
This commit is contained in:
commit
534863aebe
|
@ -0,0 +1,7 @@
|
||||||
|
{% extends "base.html" %}
|
||||||
|
|
||||||
|
{% block pageheader %}Page not found{% endblock pageheader %}
|
||||||
|
|
||||||
|
{% block body %}
|
||||||
|
<p>We're sorry, but the requested page could not be found.</p>
|
||||||
|
{% endblock %}
|
Loading…
Reference in New Issue