# HG changeset patch # User anoop # Date 1266911058 -19800 # Node ID 05e10eccd515cc4b4202fa29bd091b2bebbe145b # Parent ca2486e29178c2c76769affeb9d3fd55bf4674ee added message while logging off and removed back button from templates/base.html. diff -r ca2486e29178 -r 05e10eccd515 templates/base.html --- a/templates/base.html Tue Feb 23 12:16:28 2010 +0530 +++ b/templates/base.html Tue Feb 23 13:14:18 2010 +0530 @@ -4,9 +4,8 @@

PyTasks

-back {% if user.is_authenticated %} - | logout +logout {% endif %}

{% block content %}This is the default content{% endblock %} diff -r ca2486e29178 -r 05e10eccd515 templates/registration/logout.html --- a/templates/registration/logout.html Tue Feb 23 12:16:28 2010 +0530 +++ b/templates/registration/logout.html Tue Feb 23 13:14:18 2010 +0530 @@ -1,4 +1,6 @@ {% extends 'base.html' %} {% block content %} You have successfully logged out of PyTasks. +

+Click here to go back to PyTask Homepage {% endblock %}