From 4c3a1dabb5b8ad2f213d274169f5d6a6664334fa Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Wed, 26 Jul 2023 18:05:06 +0000 Subject: [PATCH] base.html: added log in button to footer --- src/templates/base.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/templates/base.html b/src/templates/base.html index e8f9101c..5abd40fc 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -237,6 +237,10 @@ has-text-black has-text-weight-bold" href="/register"> JOIN NOW + + LOG IN + {% end %} -- 2.47.3