summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index 0efba4d..5dfdebc 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -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>