diff -r 2b09336352b5 -r ab8918e654ae templates/base.html --- a/templates/base.html Thu Feb 18 19:39:54 2010 +0530 +++ b/templates/base.html Fri Feb 19 21:46:24 2010 +0530 @@ -3,5 +3,11 @@ {% block title %}PyTasks{% endblock %} -

PyTasks


{% block content %}This is the default content{% endblock %} +

PyTasks

+back +{% if user.is_authenticated %} + | logout +{% endif %} +

+{% block content %}This is the default content{% endblock %}