footer can be empty

This commit is contained in:
Konstantin 2024-03-23 17:00:34 +01:00
parent bc2be24e7e
commit 808e3f7600
2 changed files with 20 additions and 1 deletions

View file

@ -53,7 +53,7 @@ class FooterText(
TranslatableMixin,
models.Model,
):
body = RichTextField()
body = RichTextField(blank=True)
panels = [
FieldPanel("body"),