Add custom error pages
This commit is contained in:
6
app/templates/404.html
Normal file
6
app/templates/404.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block app_content %}
|
||||
<h1>Sorry, we couldn't find that</h1>
|
||||
<p><a href="{{ url_for('index') }}">Back</a></p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user