templates/404.html
author anoop
Mon, 07 Jun 2010 13:05:01 +0530
branchanoop
changeset 59 1e4cbb2a1f8a
parent 37 f068d119c158
permissions -rw-r--r--
added the media files.

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