diff options
Diffstat (limited to 'app/templates/404.html')
| -rw-r--r-- | app/templates/404.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/404.html b/app/templates/404.html index 7dde47e..51295c4 100644 --- a/app/templates/404.html +++ b/app/templates/404.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block content %} +{% block app_content %} <h1>Page Not Found</h1> <p><a href="{{ url_for('index') }}">Home</p> {% endblock %} |
