templates/404.html
author nishanth
Tue, 13 Apr 2010 16:29:58 +0530
changeset 36 cd0f61fa31f1
parent 20 9354ef8119c6
child 51 08da9bd64fca
permissions -rw-r--r--
removed quiz links from view event template .

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