templates/registration/logout.html
author anoop
Mon, 08 Mar 2010 20:06:40 +0530
changeset 213 a01078a9bbcf
parent 56 05e10eccd515
permissions -rw-r--r--
send/create notification when a new account is created.

{% extends 'base.html' %}
{% block content %}
You have successfully logged out of PyTasks.
<br><br>
<a href="/">Click here</a> to go back to PyTask Homepage
{% endblock %}