diff -r b742f22b62d1 -r 9b5b8c997598 templates/registration/logout.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/registration/logout.html Wed Feb 17 18:55:01 2010 +0530 @@ -0,0 +1,4 @@ +{% extends 'base.html' %} +{% block content %} +You have successfully logged out of PyTasks. +{% endblock %}