templates/404.html
author nishanth
Fri, 16 Apr 2010 17:45:17 +0530
changeset 86 9946ff231b76
parent 51 08da9bd64fca
permissions -rw-r--r--
fixed a typo.

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