templates/404.html
author nishanth
Fri, 16 Apr 2010 16:29:00 +0530
changeset 74 c47a6c63eaa7
parent 51 08da9bd64fca
permissions -rw-r--r--
changed the urls to map to /workshop/registration instead of /reg .

{% extends "base.html" %}
{% block content %}
404 Error<br />
The page you requested does not exist<br />
{% endblock %}