templates/404.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 06 Aug 2010 14:22:10 +0530
branchanoop
changeset 212 5c71757e7e0e
parent 37 f068d119c158
permissions -rw-r--r--
Edited mail contents and added another function to send wait-listed email.

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