templates/404.html
author nishanth
Thu, 15 Apr 2010 18:14:39 +0530
changeset 51 08da9bd64fca
parent 20 9354ef8119c6
permissions -rw-r--r--
changed redirect to 404 in one place and updated 404 page.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
20
9354ef8119c6 added account_inactive and resend_activationkey functionalities
nishanth
parents:
diff changeset
     1
{% extends "base.html" %}
9354ef8119c6 added account_inactive and resend_activationkey functionalities
nishanth
parents:
diff changeset
     2
{% block content %}
51
08da9bd64fca changed redirect to 404 in one place and updated 404 page.
nishanth
parents: 20
diff changeset
     3
404 Error<br />
08da9bd64fca changed redirect to 404 in one place and updated 404 page.
nishanth
parents: 20
diff changeset
     4
The page you requested does not exist<br />
20
9354ef8119c6 added account_inactive and resend_activationkey functionalities
nishanth
parents:
diff changeset
     5
{% endblock %}