templates/registration/logout.html
changeset 56 05e10eccd515
parent 42 9b5b8c997598
--- 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.
+<br><br>
+<a href="/">Click here</a> to go back to PyTask Homepage
 {% endblock %}