summaryrefslogtreecommitdiffstats
path: root/askbot/skins/old/templates/500.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/skins/old/templates/500.html')
-rw-r--r--askbot/skins/old/templates/500.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/askbot/skins/old/templates/500.html b/askbot/skins/old/templates/500.html
deleted file mode 100644
index 8ec1bce4..00000000
--- a/askbot/skins/old/templates/500.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{% load extra_tags %}
-{% include_jinja "500.jinja.html" request %}
-{% comment %}this template must be django
-because of the use of default handler500
-{% endcomment %}