pytask/templates/registration/logout.html
changeset 79 cc5b6f4ed823
parent 70 dca28aad6760
--- a/pytask/templates/registration/logout.html	Sat Jan 08 14:43:40 2011 +0530
+++ b/pytask/templates/registration/logout.html	Sat Jan 08 15:04:41 2011 +0530
@@ -1,5 +1,5 @@
 {% extends 'base.html' %}
 {% block content %}
-You have successfully logged out of PyTasks.
+You have successfully logged out.
 <br><br>
 {% endblock %}