templates/registration/logout.html
author Nishanth Amuluru <nishanth@fossee.in>
Fri, 07 Jan 2011 11:42:34 +0530
changeset 269 dde894b36370
parent 262 d152c2211a3a
permissions -rw-r--r--
created view for editing profile and created corresponding template

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