summaryrefslogtreecommitdiffstats
path: root/templates/error_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/error_page.html')
-rw-r--r--templates/error_page.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/error_page.html b/templates/error_page.html
deleted file mode 100644
index 575ac41..0000000
--- a/templates/error_page.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{% extends "base.html" %}
-
-{% block content %}
- <div class="box">
- <h4>{{ errmsg }}</h4>
- </div>
-{% endblock %}
-