templates/404.html
author nishanth
Wed, 21 Jul 2010 17:23:57 +0530
branchanoop
changeset 156 cebb6ffb5f83
parent 37 f068d119c158
permissions -rw-r--r--
created the POST part of view. hav to implement the sending email part

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