fix manufactuers detail view

This commit is contained in:
Arthur
2025-12-09 10:53:50 -08:00
parent 113c8b7ae6
commit 4e0265a001

View File

@@ -1233,7 +1233,7 @@ class ManufacturerView(GetRelatedModelsMixin, generic.ObjectView):
queryset = Manufacturer.objects.all()
layout = layout.SimpleLayout(
left_panels=[OrganizationalObjectPanel(), TagsPanel()],
right_panels=[RelatedObjectsPanel(), CustomFieldsPanel()],
right_panels=[RelatedObjectsPanel(), CustomFieldsPanel(), CommentsPanel()],
)
def get_extra_context(self, request, instance):