these are important for when you are running with debug off
parent
a621f9f2d9
commit
7596ceeebd
|
@ -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 %}
|
||||
|
||||
|
|
@ -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 %}
|
||||
|
||||
|
Loading…
Reference in New Issue