footer can be empty
This commit is contained in:
parent
bc2be24e7e
commit
808e3f7600
2 changed files with 20 additions and 1 deletions
|
@ -53,7 +53,7 @@ class FooterText(
|
|||
TranslatableMixin,
|
||||
models.Model,
|
||||
):
|
||||
body = RichTextField()
|
||||
body = RichTextField(blank=True)
|
||||
|
||||
panels = [
|
||||
FieldPanel("body"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue