templates/registration/logout.html
author nishanth
Wed, 03 Mar 2010 11:21:33 +0530
changeset 192 8c982f517786
parent 56 05e10eccd515
permissions -rw-r--r--
fixed a small syntax error .

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