templates/registration/logout.html
author Nishanth Amuluru <nishanth@fossee.in>
Wed, 05 Jan 2011 18:48:14 +0530
changeset 215 84ec0ca5bc68
parent 56 05e10eccd515
permissions -rw-r--r--
Added a page for displaying all the textbooks

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