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