From 3447ebeefacfb2cb77ba180ee4f018ddab30ee45 Mon Sep 17 00:00:00 2001 From: copyrighttxt <183881018+copyrighttxt@users.noreply.github.com> Date: Mon, 3 Aug 2026 16:16:44 -0400 Subject: [PATCH] h --- app/pages/__layout__.html | 15 +++++++++++++++ app/pages/login/login.py | 2 +- app/pages/signup/signup.py | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/app/pages/__layout__.html b/app/pages/__layout__.html index cb9b689..2653d38 100644 --- a/app/pages/__layout__.html +++ b/app/pages/__layout__.html @@ -43,7 +43,9 @@ + {% if not auth_page: %} + {% endif %} {% if currentuser: %} {% endif %} @@ -55,6 +57,19 @@