From fb7fae0b5b99acc1bdcbf56fc7b426e114593d90 Mon Sep 17 00:00:00 2001 From: Gabriel De Los Rios Date: Tue, 10 Dec 2024 19:37:08 -0300 Subject: [PATCH] fix: adds logout option for smaller viewport size --- app/templates/layout/menu.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/templates/layout/menu.html b/app/templates/layout/menu.html index 5947507..18d655e 100644 --- a/app/templates/layout/menu.html +++ b/app/templates/layout/menu.html @@ -48,6 +48,14 @@ + + {% endif %} + {% if session["id"] %} + {% endif %} {% endmacro %} \ No newline at end of file