templates/404.html
author nishanth
Thu, 15 Apr 2010 19:00:23 +0530
changeset 56 3858a9d0f376
parent 51 08da9bd64fca
permissions -rw-r--r--
removed the field feedback_submitted_by from event model and added the code to create feedlog record when a new feedback is taken.

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