author | nishanth |
Thu, 15 Apr 2010 18:23:21 +0530 | |
changeset 53 | 0a4b2c49f718 |
parent 51 | 08da9bd64fca |
permissions | -rw-r--r-- |
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 %} |