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