templates/registration/logout.html
author nishanth
Sun, 28 Feb 2010 02:07:51 +0530
changeset 134 3a49a7e23442
parent 56 05e10eccd515
permissions -rw-r--r--
added filter on time for view task request notification.

{% 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 %}