From a1f97a09fb6ad08615b17ee50827b5fb54d5aaf1 Mon Sep 17 00:00:00 2001 From: Benjamyn Love Date: Tue, 14 Mar 2023 16:39:17 +1100 Subject: [PATCH] removed scroll locking garbage --- priceybot2/templates/base.html | 38 +++++++++++++++++----------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/priceybot2/templates/base.html b/priceybot2/templates/base.html index 9a960b2..5cfef7c 100644 --- a/priceybot2/templates/base.html +++ b/priceybot2/templates/base.html @@ -1,5 +1,5 @@ - + @@ -19,24 +19,24 @@ Home - {% if current_user.is_authenticated %} - - Profile - - {% endif %} - {% if not current_user.is_authenticated %} - - Login - - - Sign Up - - {% endif %} - {% if current_user.is_authenticated %} - - Logout - - {% endif %} + {% if current_user.is_authenticated %} + + Profile + + + Quotes + + {% endif %} + {% if not current_user.is_authenticated %} + + Login + + {% endif %} + {% if current_user.is_authenticated %} + + Logout + + {% endif %}