pytask/templates/registration/logout.html
author Nishanth Amuluru <nishanth@fossee.in>
Tue, 11 Jan 2011 11:56:34 +0530
changeset 139 4f0cfd486d9b
parent 79 cc5b6f4ed823
permissions -rw-r--r--
approve text book is meaningful now

{% extends 'base.html' %}
{% block content %}
You have successfully logged out.
<br><br>
{% endblock %}