templates/registration/logout.html
author nishanth
Wed, 03 Mar 2010 04:08:15 +0530
changeset 185 f65e62255e47
parent 56 05e10eccd515
permissions -rw-r--r--
added a few more learn more pages.

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