summaryrefslogtreecommitdiff
path: root/testapp/templates/500.html
diff options
context:
space:
mode:
Diffstat (limited to 'testapp/templates/500.html')
-rw-r--r--testapp/templates/500.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/testapp/templates/500.html b/testapp/templates/500.html
deleted file mode 100644
index d02721f..0000000
--- a/testapp/templates/500.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{% extends "base.html" %}
-
-{% block content %}
-Internal Server error.<br />
-This event will be reported.<br />
-Sorry for the inconvinience.
-{% endblock %}