| author | Nishanth Amuluru <nishanth@fossee.in> |
| Sat, 08 Jan 2011 01:46:33 +0530 | |
| changeset 64 | 4ee9a0f32f76 |
| parent 32 | df56daf2178e |
| 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 %}
|
|
df56daf2178e
Added all the required templates for django-registration
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
3 |
Please check your email for instructions on activating your account. |
|
df56daf2178e
Added all the required templates for django-registration
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
4 |
{% endblock %}
|