From fab75e097a25d4555cb1cdc43cc9346e0efa4bb3 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sat, 5 Nov 2022 18:00:01 -0600 Subject: Style the profile page a bit --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 79a5e87..4dc62ca 100644 --- a/templates/base.html +++ b/templates/base.html @@ -17,7 +17,7 @@
  • {% if user.is_authenticated %} - {{ user.email }} + Logout {% else %} Login {% endif %} -- cgit v1.2.3