templates/registration/logout.html
author nishanth
Thu, 04 Mar 2010 19:08:47 +0530
changeset 205 0c317f68df49
parent 56 05e10eccd515
permissions -rw-r--r--
ditchaxed the claims model.

{% extends 'base.html' %}
{% block content %}
You have successfully logged out of PyTasks.
<br><br>
<a href="/">Click here</a> to go back to PyTask Homepage
{% endblock %}