templates/registration/logout.html
author nishanth
Tue, 02 Mar 2010 17:12:47 +0530
changeset 182 1b4253350a3c
parent 56 05e10eccd515
permissions -rw-r--r--
added a verbose_name for tags_field in task and foss_comm in user.

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