Merge branch 'master' of github.com:jforman/binder

This commit is contained in:
jeffrey forman 2015-11-20 09:44:42 -05:00
commit f5b557384a
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 %}