diff options
Diffstat (limited to 'app/templates/500.html')
| -rw-r--r-- | app/templates/500.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/templates/500.html b/app/templates/500.html new file mode 100644 index 0000000..ca8830c --- /dev/null +++ b/app/templates/500.html @@ -0,0 +1,7 @@ +{% extends "base.html" %} + +{% block 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> +{% endblock %} |
