templates/registration/logout.html
author anoop
Wed, 24 Feb 2010 15:41:37 +0530
changeset 71 801cf8fca53a
parent 56 05e10eccd515
permissions -rw-r--r--
made change to the request model and corresponding create_request utility.
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 %}