templates/registration/logout.html
author Nishanth Amuluru <nishanth@fossee.in>
Thu, 06 Jan 2011 00:15:17 +0530
changeset 221 a3de0d3c60a3
parent 56 05e10eccd515
permissions -rw-r--r--
created form and created basic template for work report

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