templates/registration/logout.html
author anoop
Tue, 09 Mar 2010 11:39:34 +0530
changeset 214 679c7e237052
parent 56 05e10eccd515
permissions -rw-r--r--
added two more templates for displaying admin login form and admin logout message.

{% 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 %}