# HG changeset patch # User nishanth # Date 1275736604 -19800 # Node ID f068d119c1584064f6c2f641286a110d567fbdad # Parent e291915aded80703a994b2caee019ee4d4d55d03 added 404 page 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 %}