templates/registration/logout.html
author nishanth
Wed, 03 Mar 2010 11:19:42 +0530
changeset 191 3bfe70742aa8
parent 56 05e10eccd515
permissions -rw-r--r--
now requested mentors can see unpublished task but not comment on it.

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