From aef9995380a045149039a6854d939ccb1dd99872 Mon Sep 17 00:00:00 2001 From: kprftw Date: Wed, 11 Sep 2024 15:44:14 -0600 Subject: [PATCH] removed logout button for non logged users --- templates/secondbase.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/templates/secondbase.html b/templates/secondbase.html index 80588bb..4942804 100644 --- a/templates/secondbase.html +++ b/templates/secondbase.html @@ -42,7 +42,9 @@ {% with messages = get_flashed_messages() %} @@ -58,14 +60,11 @@ {% endwith %}
-{% block content %} + {% block content %} -{% endblock %} - -
+ {% endblock %} + - +