templates/registration/logout.html
author Nishanth Amuluru <nishanth@fossee.in>
Fri, 07 Jan 2011 13:36:20 +0530
changeset 52 0ef76d42d4f4
parent 24 d152c2211a3a
permissions -rw-r--r--
added a file for css

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