Adds 404 and 500 pages

they only show up when debug is off though, thankfully
Fixes #112
This commit is contained in:
Mouse Reeve
2020-03-29 16:05:33 -07:00
parent e7d18dada1
commit c6d887defe
4 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{% extends 'layout.html' %}
{% block content %}
<div class="content-container">
<h2>Server Error</h2>
<p>Something went wrong! Sorry about that.</p>
</div>
{% endblock %}