| author | nishanth |
| Fri, 05 Mar 2010 15:13:37 +0530 | |
| changeset 206 | 85660d75683d |
| 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 %}
|