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