summaryrefslogtreecommitdiff
path: root/testapp/exam/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'testapp/exam/templates/404.html')
-rw-r--r--testapp/exam/templates/404.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/testapp/exam/templates/404.html b/testapp/exam/templates/404.html
deleted file mode 100644
index 7d33dd3..0000000
--- a/testapp/exam/templates/404.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{% extends "base.html" %}
-
-{% block content %}
-The requested page does not exist.
-{% endblock %}