aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyblackbird_cc/templates/404.html')
-rw-r--r--pyblackbird_cc/templates/404.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/pyblackbird_cc/templates/404.html b/pyblackbird_cc/templates/404.html
deleted file mode 100644
index 2399b79..0000000
--- a/pyblackbird_cc/templates/404.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{% extends "base.html" %}
-
-{% block title %}
- Page not found
-{% endblock title %}
-{% block content %}
- <h1>Page not found</h1>
- <p>
- {% if exception %}
- {{ exception }}
- {% else %}
- This is not the page you were looking for.
- {% endif %}
- </p>
-{% endblock content %}