these are important for when you are running with debug off

pull/1/head
Ed Summers 2011-10-14 20:38:09 +00:00
parent a621f9f2d9
commit 7596ceeebd
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{% extends "base.html" %}
{% block content %}
<div style="text-align: center; margin-top: 20%; margin-bottom: 20%;">
<h1>Sorry, that page doesn't exists...Yet!</h1>
</div>
{% endblock %}

View File

@ -0,0 +1,9 @@
{% extends "base.html" %}
{% block content %}
<div style="text-align: center; margin-top: 20%; margin-bottom: 20%;">
<h1>Uhoh, something bad happened. Don't worry, we're on it!</h1>
</div>
{% endblock %}