1
Fork 0
This commit is contained in:
Jake Howard 2016-11-28 21:58:34 +00:00
parent 52870818ea
commit 4fe11dd71c
2 changed files with 1 additions and 2 deletions

View file

@ -10,5 +10,3 @@ class Entity(Page):
class Meta: class Meta:
abstract = True abstract = True

View file

@ -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)