pytask/templates/registration/logout.html
author Nishanth Amuluru <nishanth@fossee.in>
Tue, 11 Jan 2011 00:23:47 +0530
changeset 134 563fe356947d
parent 79 cc5b6f4ed823
permissions -rw-r--r--
created browse textbooks page

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