From 7a60f782995eed0352f3172f445bb35ae8ee6aa9 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Mon, 14 Sep 2015 12:28:41 +0530 Subject: Remove testapp dir, remove reference to testapp in paths, files --- yaksh/templates/404.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 yaksh/templates/404.html (limited to 'yaksh/templates/404.html') diff --git a/yaksh/templates/404.html b/yaksh/templates/404.html new file mode 100644 index 0000000..7d33dd3 --- /dev/null +++ b/yaksh/templates/404.html @@ -0,0 +1,5 @@ +{% extends "base.html" %} + +{% block content %} +The requested page does not exist. +{% endblock %} -- cgit