From 6e41b7ef3d5fa638f20e312576b230fc0e13c990 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Sat, 3 Oct 2020 11:29:28 -0700 Subject: [PATCH] Hide tab bar on info page for guests --- data/interfaces/default/info.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/data/interfaces/default/info.html b/data/interfaces/default/info.html index f14ca21b..ab764886 100644 --- a/data/interfaces/default/info.html +++ b/data/interfaces/default/info.html @@ -531,17 +531,14 @@ DOCUMENTATION :: END history_active = 'active' if history_type else '' export_active = 'active' if not history_type else '' %> - % if history_type: + % if history_type and _session['user_group'] == 'admin':