templates/404.html
author nishanth
Fri, 03 Sep 2010 16:38:02 +0530
branchanoop
changeset 243 011eac43bea3
parent 37 f068d119c158
permissions -rw-r--r--
created the new template for saying address is updated.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
37
f068d119c158 added 404 page
nishanth
parents:
diff changeset
     1
{% extends 'base.html' %}
f068d119c158 added 404 page
nishanth
parents:
diff changeset
     2
{% block title %}
f068d119c158 added 404 page
nishanth
parents:
diff changeset
     3
Page Not Found
f068d119c158 added 404 page
nishanth
parents:
diff changeset
     4
{% endblock %}
f068d119c158 added 404 page
nishanth
parents:
diff changeset
     5
{% block content %}
f068d119c158 added 404 page
nishanth
parents:
diff changeset
     6
<h2>404 Error</h2>
f068d119c158 added 404 page
nishanth
parents:
diff changeset
     7
Page not found.
f068d119c158 added 404 page
nishanth
parents:
diff changeset
     8
{% endblock %}