diff --git a/templates/admin/base.html b/templates/admin/base.html index 27fadb6..f7d55f2 100755 --- a/templates/admin/base.html +++ b/templates/admin/base.html @@ -217,6 +217,27 @@ django.gettext = window.gettext {% if user.is_active and user.is_staff %} {% jet_get_menu as app_list %} {% if SIDE_MENU_COMPACT %} + {% if user.member %} + {% if user.member.led_groups|length > 0 %} +
+ {% endif %} + {% endif %} {% for app in app_list %} {% if app.has_perms %}