changeset 1 | fda1c66b25f9 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/project/templates/404.html Fri Oct 30 15:09:12 2009 +0530 @@ -0,0 +1,11 @@ +{% extends "base.html" %} + +{% block title %}404 Page Not Found{% endblock %} + +{% block content %} + +<h1>404 Page Not Found</h1> + +<p>Are you sure you have the correct URL?</p> + +{% endblock content %}