diff -r fd37bbece439 -r 08da9bd64fca templates/404.html --- 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. -Click here to return to home page. +404 Error
+The page you requested does not exist
{% endblock %}