templates/registration/logout.html
author anoop
Wed, 17 Feb 2010 19:28:18 +0530
changeset 43 b5b9a4fc508f
parent 42 9b5b8c997598
child 56 05e10eccd515
permissions -rw-r--r--
added template registration/activate.html required by django-registration.

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