diff --git a/bakeup/pages/blocks.py b/bakeup/pages/blocks.py index 266ef0a..f05f0b5 100644 --- a/bakeup/pages/blocks.py +++ b/bakeup/pages/blocks.py @@ -151,7 +151,7 @@ class ImageChooserBlock(StructBlock): min_value=0, ) alignment = ImageAlignmentChoiceBlock(default="start") - link = LinkBlock() + link = LinkBlock(required=False) class Meta: template = "blocks/image_block.html"