From 60ab8c15ec2a8ae34ed68f9541e2503f4444e98b Mon Sep 17 00:00:00 2001 From: Son Nguyen Kim Date: Wed, 22 May 2024 15:43:36 +0200 Subject: [PATCH] show app page (#2110) Co-authored-by: Son NK --- templates/menu.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/templates/menu.html b/templates/menu.html index 197aeef8..76a0a42d 100644 --- a/templates/menu.html +++ b/templates/menu.html @@ -48,15 +48,16 @@ {# SIWSL#} {# #} {# #} - {# {% if current_user.should_show_app_page() %}#} - {# #} - {# {% endif %}#} + {% if current_user.should_show_app_page() %} + + + {% endif %}