diff --git a/cms/sections.py b/cms/sections.py index a42c25f..1a90c03 100644 --- a/cms/sections.py +++ b/cms/sections.py @@ -703,10 +703,7 @@ class SectionImage(SectionRelativeItem): ) panels = SectionItem.panels + [ - MultiFieldPanel([ - ImageChooserPanel('image'), - FieldPanel('image'), - ], heading=_('Source')), + ImageChooserPanel('image'), MultiFieldPanel([ FieldPanel('width'), FieldPanel('height'),