author | nishanth |
Thu, 15 Apr 2010 18:23:21 +0530 | |
changeset 53 | 0a4b2c49f718 |
parent 23 | 42e2a810e1c8 |
child 75 | bda9ee536063 |
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 %} |
9354ef8119c6
added account_inactive and resend_activationkey functionalities
nishanth
parents:
diff
changeset
|
3 |
Your account is inactive. An activation email has been sent to your email address.<br /> |
21 | 4 |
<a href="/reg/resend_activation/?email={{email}}">Click here</a> to resend the activation email.<br /> |
23 | 5 |
|
20
9354ef8119c6
added account_inactive and resend_activationkey functionalities
nishanth
parents:
diff
changeset
|
6 |
{% endblock %} |