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':