templates/registration/logout.html
author nishanth
Wed, 24 Feb 2010 15:10:03 +0530
changeset 70 a14ec2f09beb
parent 56 05e10eccd515
permissions -rw-r--r--
removed unwanted links.

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