author | Nishanth Amuluru <nishanth@fossee.in> |
Wed, 12 Jan 2011 00:22:27 +0530 | |
changeset 149 | 32dd15eaf9d0 |
parent 79 | cc5b6f4ed823 |
permissions | -rw-r--r-- |
32
df56daf2178e
Added all the required templates for django-registration
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
1 |
{% extends 'base.html' %} |
df56daf2178e
Added all the required templates for django-registration
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
2 |
{% block content %} |
79
cc5b6f4ed823
prettified the registration templates
Nishanth Amuluru <nishanth@fossee.in>
parents:
78
diff
changeset
|
3 |
Your account has been successfully activated.<br /> |
cc5b6f4ed823
prettified the registration templates
Nishanth Amuluru <nishanth@fossee.in>
parents:
78
diff
changeset
|
4 |
Please proceed to login. |
32
df56daf2178e
Added all the required templates for django-registration
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
5 |
{% endblock %} |