From bfbf32bd35494f472c93b2c65aa925d9bcccde64 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <tomas@imaniti.org>
Date: Tue, 12 Mar 2024 15:20:06 +0100
Subject: [PATCH] fix required

---
 elections/blocks.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/elections/blocks.py b/elections/blocks.py
index 73ee448f..c1b82939 100644
--- a/elections/blocks.py
+++ b/elections/blocks.py
@@ -20,6 +20,7 @@ class ElectionsCarouselBlock(StructBlock):
     mobile_image = ImageChooserBlock(
         label="Obrázek (mobil)",
         help_text="Pokud je vybrán, ukáže se místo videa na mobilu.",
+        required=False,
     )
 
     video_url = URLBlock(
-- 
GitLab