pytask/templates/registration/logout.html
author Nishanth Amuluru <nishanth@fossee.in>
Sat, 08 Jan 2011 11:20:57 +0530
changeset 307 c6bca38c1cbf
parent 262 templates/registration/logout.html@d152c2211a3a
child 308 dca28aad6760
permissions -rw-r--r--
Added buildout stuff and made changes accordingly

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