Update features of course goals rich text field
This commit is contained in:
parent
7112a0e638
commit
1d0b956b56
|
|
@ -84,7 +84,7 @@ class Circle(CourseBasePage):
|
||||||
|
|
||||||
description = models.TextField(default="", blank=True)
|
description = models.TextField(default="", blank=True)
|
||||||
|
|
||||||
goals = RichTextField()
|
goals = RichTextField(features=DEFAULT_RICH_TEXT_FEATURES_WITH_HEADER)
|
||||||
|
|
||||||
content_panels = Page.content_panels + [
|
content_panels = Page.content_panels + [
|
||||||
FieldPanel("description"),
|
FieldPanel("description"),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue