templates/registration/logout.html
author nishanth
Mon, 01 Mar 2010 05:41:12 +0530
changeset 159 a74a32a5a3e1
parent 56 05e10eccd515
permissions -rw-r--r--
finalised the look of all existing task views .

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