templates/registration/logout.html
author nishanth
Thu, 25 Feb 2010 02:11:49 +0530
changeset 89 1cc03941ed5d
parent 56 05e10eccd515
permissions -rw-r--r--
added the capability of adding subtasks/dependencies .

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