Skip to content
Snippets Groups Projects
Commit 051f3ebb authored by Todd Dembrey's avatar Todd Dembrey
Browse files

fix the flake8 error

parent a6005517
No related branches found
No related tags found
No related merge requests found
...@@ -250,7 +250,6 @@ class BasePage(SocialFields, ListingFields, Page): ...@@ -250,7 +250,6 @@ class BasePage(SocialFields, ListingFields, Page):
class Meta: class Meta:
abstract = True abstract = True
content_panels = Page.content_panels + [ content_panels = Page.content_panels + [
ImageChooserPanel('header_image') ImageChooserPanel('header_image')
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment