diff -r e291915aded8 -r f068d119c158 templates/404.html --- /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 %} +

404 Error

+Page not found. +{% endblock %}