From d1debc5b9fd025004d75d4402f720da181030db4 Mon Sep 17 00:00:00 2001 From: bkfox Date: Mon, 25 Jul 2016 22:31:30 +0200 Subject: [PATCH] fix stuff --- cms/sections.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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'),