Move owners under admin in nav menu

This commit is contained in:
Jeremy Stretch
2025-10-22 14:40:49 -04:00
parent 9cbda4d5b0
commit d154bac705

View File

@@ -36,12 +36,6 @@ ORGANIZATION_MENU = Menu(
get_model_item('tenancy', 'contactassignment', _('Contact Assignments'), actions=['bulk_import']),
),
),
MenuGroup(
label=_('Ownership'),
items=(
get_model_item('users', 'owner', _('Owners')),
),
),
),
)
@@ -471,6 +465,12 @@ ADMIN_MENU = Menu(
),
),
),
MenuGroup(
label=_('Ownership'),
items=(
get_model_item('users', 'owner', _('Owners')),
),
),
MenuGroup(
label=_('System'),
items=(