From 0143710e78ae01bae78a3b760fc8410bc86a3b2b Mon Sep 17 00:00:00 2001 From: prathamesh Date: Fri, 11 Jul 2014 14:14:19 +0530 Subject: Moved templates and static inside the app. --- testapp/exam/templates/404.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 testapp/exam/templates/404.html (limited to 'testapp/exam/templates/404.html') diff --git a/testapp/exam/templates/404.html b/testapp/exam/templates/404.html new file mode 100644 index 0000000..7d33dd3 --- /dev/null +++ b/testapp/exam/templates/404.html @@ -0,0 +1,5 @@ +{% extends "base.html" %} + +{% block content %} +The requested page does not exist. +{% endblock %} -- cgit