From 090a2ed3ce9d1ff69063d43359d2d79448d0e28d Mon Sep 17 00:00:00 2001
From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com>
Date: Thu, 1 Aug 2024 09:45:10 +0000
Subject: Thu, Aug 1, 2024, 2:45 AM -07:00
---
wk9/lect/cookies/templates/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'wk9/lect/cookies/templates')
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 }}. Log out.
{% else %}
- You are not logged in.
+ You are not logged in. Log in.
{% endif %}
--
cgit v1.2.3