changeset 51 | 08da9bd64fca |
parent 20 | 9354ef8119c6 |
--- a/templates/404.html Thu Apr 15 17:03:16 2010 +0530 +++ b/templates/404.html Thu Apr 15 18:14:39 2010 +0530 @@ -1,5 +1,5 @@ {% extends "base.html" %} {% block content %} -The page you requested does not exist. -<a href="/reg">Click here</a> to return to home page. +404 Error<br /> +The page you requested does not exist<br /> {% endblock %}