summaryrefslogtreecommitdiff
path: root/wk9/lect/cookies/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'wk9/lect/cookies/templates/index.html')
-rw-r--r--wk9/lect/cookies/templates/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/wk9/lect/cookies/templates/index.html b/wk9/lect/cookies/templates/index.html
index f902b58..3f08ec1 100644
--- a/wk9/lect/cookies/templates/index.html
+++ b/wk9/lect/cookies/templates/index.html
@@ -4,11 +4,11 @@
{% if name %}
- You are logged in as {{ name }}.
+ You are logged in as {{ name }}. <a href="/logout">Log out</a>.
{% else %}
- You are not logged in.
+ You are not logged in. <a href="/login">Log in</a>.
{% endif %}