added 404 page anoop
authornishanth
Sat, 05 Jun 2010 16:46:44 +0530
branchanoop
changeset 37 f068d119c158
parent 36 e291915aded8
child 38 39ce492c6c87
added 404 page
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 %}
+<h2>404 Error</h2>
+Page not found.
+{% endblock %}