templates/404.html
author nishanth
Sat, 05 Jun 2010 18:02:57 +0530
branchanoop
changeset 43 d14bda103817
parent 37 f068d119c158
permissions -rw-r--r--
made debug in settings False.

{% extends 'base.html' %}
{% block title %}
Page Not Found
{% endblock %}
{% block content %}
<h2>404 Error</h2>
Page not found.
{% endblock %}