From 1e4c565a5259c915d5531109189b337a34fc3e71 Mon Sep 17 00:00:00 2001 From: Gabriel De Los Rios Date: Sat, 23 Nov 2024 20:26:10 -0300 Subject: [PATCH] fix: some minor improvements --- app/templates/layout/layout.html | 21 +++++++++++++++++++-- app/templates/layout/menu.html | 4 ++-- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/app/templates/layout/layout.html b/app/templates/layout/layout.html index e9c7c18..543a1cd 100644 --- a/app/templates/layout/layout.html +++ b/app/templates/layout/layout.html @@ -31,11 +31,11 @@ {% if not session["id"] %}
- Log In + Log In
{% else %}
- Log Out + Log Out
{% endif %} @@ -52,6 +52,23 @@ {% block footer %} © Copyright 2010 by you. {% endblock %} +
+ + + +
+ diff --git a/app/templates/layout/menu.html b/app/templates/layout/menu.html index 8f6dc38..fb41b0f 100644 --- a/app/templates/layout/menu.html +++ b/app/templates/layout/menu.html @@ -25,11 +25,11 @@ + {% if not session["id"] %} - {% if not session["id"] %} - {% endif %}