templates/404.html
author nishanth
Thu, 15 Apr 2010 18:14:39 +0530
changeset 51 08da9bd64fca
parent 20 9354ef8119c6
permissions -rw-r--r--
changed redirect to 404 in one place and updated 404 page.

{% extends "base.html" %}
{% block content %}
404 Error<br />
The page you requested does not exist<br />
{% endblock %}