templates/registration/logout.html
author nishanth
Fri, 05 Mar 2010 15:13:37 +0530
changeset 206 85660d75683d
parent 56 05e10eccd515
permissions -rw-r--r--
now user profile editing is done thro forms in a more elegant way.

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