aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/templates/500.html
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/templates/500.html')
-rw-r--r--bn_django/templates/500.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/bn_django/templates/500.html b/bn_django/templates/500.html
deleted file mode 100644
index 78786b7..0000000
--- a/bn_django/templates/500.html
+++ /dev/null
@@ -1,3 +0,0 @@
-{% extends "base.html"%}
-{% block title %}Server Error{% endblock %}
-{% block content %}Sorry...{% endblock %}