templates/404.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 06 Aug 2010 16:17:02 +0530
branchanoop
changeset 222 443bbd61e84b
parent 37 f068d119c158
permissions -rw-r--r--
Enabled admin interface.

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