templates/404.html
author nishanth
Thu, 01 Jul 2010 16:44:17 +0530
changeset 84 08af9e4ada78
parent 68 8d350226e9de
permissions -rw-r--r--
modified the link in templates to the correct one and fixed a typo in view
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
68
8d350226e9de added 404 page
nishanth
parents:
diff changeset
     1
{% extends 'base.html' %}
8d350226e9de added 404 page
nishanth
parents:
diff changeset
     2
{% block content %}
8d350226e9de added 404 page
nishanth
parents:
diff changeset
     3
The requested page does not exist.
8d350226e9de added 404 page
nishanth
parents:
diff changeset
     4
{% endblock %}