--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/404.html Sat Jun 05 16:46:44 2010 +0530 @@ -0,0 +1,8 @@ +{% extends 'base.html' %} +{% block title %} +Page Not Found +{% endblock %} +{% block content %} +<h2>404 Error</h2> +Page not found. +{% endblock %}