templates/registration/logout.html
author anoop
Tue, 23 Feb 2010 13:14:18 +0530
changeset 56 05e10eccd515
parent 42 9b5b8c997598
permissions -rw-r--r--
added message while logging off and removed back button from templates/base.html.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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 %}