templates/registration/logout.html
author nishanth
Mon, 01 Mar 2010 04:54:08 +0530
changeset 157 65d5e9737d1c
parent 56 05e10eccd515
permissions -rw-r--r--
fixed assign_task method to display a not_allowed message if task status not in OP WR.

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