templates/registration/logout.html
author Nishanth Amuluru <nishanth@fossee.in>
Thu, 06 Jan 2011 10:05:58 +0530
changeset 223 b592ed0b12b1
parent 56 05e10eccd515
permissions -rw-r--r--
added a form in the template, for users to submit work
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 %}