fix lint
This commit is contained in:
parent
52870818ea
commit
4fe11dd71c
2 changed files with 1 additions and 2 deletions
|
@ -10,5 +10,3 @@ class Entity(Page):
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
abstract = True
|
abstract = True
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,7 @@ class SimpleContentPage(Entity):
|
||||||
FieldPanel('body', classname="full")
|
FieldPanel('body', classname="full")
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
class SectionIndexPage(Entity):
|
class SectionIndexPage(Entity):
|
||||||
intro = RichTextField(blank=True)
|
intro = RichTextField(blank=True)
|
||||||
hide_list = models.BooleanField(default=False)
|
hide_list = models.BooleanField(default=False)
|
||||||
|
|
Reference in a new issue