templates/404.html
author nishanth
Tue, 20 Jul 2010 13:01:55 +0530
branchanoop
changeset 144 cb81b0f7e707
parent 37 f068d119c158
permissions -rw-r--r--
ixed a bug

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