templates/registration/logout.html
author anoop
Wed, 17 Feb 2010 18:55:01 +0530
changeset 42 9b5b8c997598
child 56 05e10eccd515
permissions -rw-r--r--
started using django-registration default backend, removed browse users functionality.

{% extends 'base.html' %}
{% block content %}
You have successfully logged out of PyTasks.
{% endblock %}