Merge branch 'master' of github.com:jforman/binder
This commit is contained in:
commit
f5b557384a
|
@ -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