templates/404.html
author anoop
Thu, 29 Jul 2010 11:56:26 +0530
branchanoop
changeset 192 0968a6c0fb6a
parent 37 f068d119c158
permissions -rw-r--r--
changed topic by Kiran.

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