templates/404.html
author anoop
Thu, 29 Jul 2010 17:40:16 +0530
branchanoop
changeset 195 145053464556
parent 37 f068d119c158
permissions -rw-r--r--
fixed a bug in events.py.

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