pytask/templates/registration/logout.html
author Nishanth Amuluru <nishanth@fossee.in>
Sat, 08 Jan 2011 23:48:24 +0530
changeset 106 aa61ea9c29f9
parent 79 cc5b6f4ed823
permissions -rw-r--r--
now deleted tasks are also selected in db query

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