templates/404.html
author nishanth
Thu, 01 Jul 2010 16:55:22 +0530
changeset 85 451be7b1de20
parent 68 8d350226e9de
permissions -rw-r--r--
created form for editing and used it 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 %}