summaryrefslogtreecommitdiffstats
path: root/askbot/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/404.html')
-rw-r--r--askbot/templates/404.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/askbot/templates/404.html b/askbot/templates/404.html
new file mode 100644
index 00000000..158bfb94
--- /dev/null
+++ b/askbot/templates/404.html
@@ -0,0 +1,5 @@
+{% load extra_tags %}
+{% include_jinja "404.jinja.html" request %}
+{% comment %}
+this one has to be a django template because of use of default hander404
+{% endcomment %}