templates/404.html
author nishanth
Thu, 15 Apr 2010 16:40:30 +0530
changeset 49 4c1d3fe9fef1
parent 20 9354ef8119c6
child 51 08da9bd64fca
permissions -rw-r--r--
fixed a small bug.

{% extends "base.html" %}
{% block content %}
The page you requested does not exist.
<a href="/reg">Click here</a> to return to home page.
{% endblock %}