templates/404.html
author nishanhth
Thu, 22 Jul 2010 22:37:43 +0530
branchanoop
changeset 162 27dd4494e7b4
parent 37 f068d119c158
permissions -rw-r--r--
created the mail event and added it in view for send_wsp_ptc

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