summaryrefslogtreecommitdiff
path: root/wk9/lect/cookies/templates
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-08-01 09:45:10 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-08-01 09:45:10 +0000
commit090a2ed3ce9d1ff69063d43359d2d79448d0e28d (patch)
tree26863c96309e1f87ac161dda5fb6f78632dc82f4 /wk9/lect/cookies/templates
parentea3d6a3d93123e7d8a19a7c0321f95116b962d1e (diff)
Thu, Aug 1, 2024, 2:45 AM -07:00
Diffstat (limited to 'wk9/lect/cookies/templates')
-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 %}