templates/registration/logout.html
author Nishanth Amuluru <nishanth@fossee.in>
Sat, 08 Jan 2011 01:54:50 +0530
changeset 305 d18086013eac
parent 262 d152c2211a3a
permissions -rw-r--r--
Added link for new_user signup

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