templates/registration/logout.html
author nishanth
Sun, 28 Feb 2010 22:58:58 +0530 (2010-02-28)
changeset 154 420f974328cc
parent 56 05e10eccd515
permissions -rw-r--r--
modified add_user and rem_user methods to also include the mentor who is doing 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 %}