From e02ea505deac2ea90c4a8d556e55924f5cfbb072 Mon Sep 17 00:00:00 2001 From: Gabriel De Los Rios Date: Sun, 1 Dec 2024 18:14:15 -0300 Subject: [PATCH] fix: adds user option to layout menu --- app/templates/layout/menu.html | 5 +++++ app/utils/route_const.py | 1 + 2 files changed, 6 insertions(+) diff --git a/app/templates/layout/menu.html b/app/templates/layout/menu.html index fb41b0f..24c12ba 100644 --- a/app/templates/layout/menu.html +++ b/app/templates/layout/menu.html @@ -25,6 +25,11 @@ + {% if session["id"] %} + + {% endif %} {% if not session["id"] %}