Provide a template for not existing resources.

Will be of course only used if debugging is disabled.
This commit is contained in:
Daniel Roschka 2015-08-23 20:35:30 +02:00
parent 7b3a24364c
commit 7492febf08
1 changed files with 7 additions and 0 deletions

View File

@ -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 %}