| author | Nishanth Amuluru <nishanth@fossee.in> |
| Tue, 11 Jan 2011 00:23:47 +0530 | |
| changeset 134 | 563fe356947d |
| parent 79 | cc5b6f4ed823 |
| permissions | -rw-r--r-- |
|
24
d152c2211a3a
Added templates for login and logout
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
1 |
{% extends 'base.html' %}
|
|
d152c2211a3a
Added templates for login and logout
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
2 |
{% block content %}
|
|
79
cc5b6f4ed823
prettified the registration templates
Nishanth Amuluru <nishanth@fossee.in>
parents:
70
diff
changeset
|
3 |
You have successfully logged out. |
|
24
d152c2211a3a
Added templates for login and logout
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
4 |
<br><br> |
|
d152c2211a3a
Added templates for login and logout
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
5 |
{% endblock %}
|