diff options
Diffstat (limited to 'app/templates/500.html')
| -rw-r--r-- | app/templates/500.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/500.html b/app/templates/500.html index ca8830c..adda72b 100644 --- a/app/templates/500.html +++ b/app/templates/500.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block content %} +{% block app_content %} <h1>An unexpected error has occurred</h1> <p>The administrator has been notified, apologies for the inconvenience.</p> <p><a href="{{ url_for('index') }}">Home</p> |
