diff -r 09178605d59e -r cc5b6f4ed823 pytask/templates/registration/logout.html --- 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.

{% endblock %}