changeset 56 | 05e10eccd515 |
parent 45 | ab8918e654ae |
child 68 | 624f9fd438e3 |
--- a/templates/base.html Tue Feb 23 12:16:28 2010 +0530 +++ b/templates/base.html Tue Feb 23 13:14:18 2010 +0530 @@ -4,9 +4,8 @@ </head> <body> <h2><a href="/">PyTasks</a></h2> -<a href="javascript:history.go(-1)">back</a> {% if user.is_authenticated %} - | <a href="/accounts/logout">logout</a> +<a href="/accounts/logout">logout</a> {% endif %} <br><br> {% block content %}This is the default content{% endblock %}</body>