diff -r 115860e87238 -r 9354ef8119c6 templates/404.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/404.html Tue Apr 13 12:03:12 2010 +0530 @@ -0,0 +1,5 @@ +{% extends "base.html" %} +{% block content %} +The page you requested does not exist. +Click here to return to home page. +{% endblock %}