templates/404.html
author anoop
Sat, 31 Jul 2010 19:39:25 +0530
branchanoop
changeset 200 16afdd7baa9d
parent 37 f068d119c158
permissions -rw-r--r--
fixed formatting problem in previous commit.

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