templates/registration/logout.html
author nishanth
Tue, 02 Mar 2010 15:21:45 +0530
changeset 177 4a7206176345
parent 56 05e10eccd515
permissions -rw-r--r--
create task page now shows a proper side bar.

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