author | nishanth |
Mon, 01 Mar 2010 04:54:08 +0530 | |
changeset 157 | 65d5e9737d1c |
parent 56 | 05e10eccd515 |
permissions | -rw-r--r-- |
42
9b5b8c997598
started using django-registration default backend, removed browse users functionality.
anoop
parents:
diff
changeset
|
1 |
{% extends 'base.html' %} |
9b5b8c997598
started using django-registration default backend, removed browse users functionality.
anoop
parents:
diff
changeset
|
2 |
{% block content %} |
9b5b8c997598
started using django-registration default backend, removed browse users functionality.
anoop
parents:
diff
changeset
|
3 |
You have successfully logged out of PyTasks. |
56
05e10eccd515
added message while logging off and removed back button from templates/base.html.
anoop
parents:
42
diff
changeset
|
4 |
<br><br> |
05e10eccd515
added message while logging off and removed back button from templates/base.html.
anoop
parents:
42
diff
changeset
|
5 |
<a href="/">Click here</a> to go back to PyTask Homepage |
42
9b5b8c997598
started using django-registration default backend, removed browse users functionality.
anoop
parents:
diff
changeset
|
6 |
{% endblock %} |