Adds 404 and 500 pages
they only show up when debug is off though, thankfully Fixes #112
This commit is contained in:
9
fedireads/templates/notfound.html
Normal file
9
fedireads/templates/notfound.html
Normal file
@ -0,0 +1,9 @@
|
||||
{% extends 'layout.html' %}
|
||||
{% block content %}
|
||||
|
||||
<div class="content-container">
|
||||
<h2>Not Found</h2>
|
||||
<p>The page your requested doesn't seem to exist!</p>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user