Skip to content
Snippets Groups Projects
Commit a2207aa6 authored by Alexa Valentová's avatar Alexa Valentová
Browse files

remove required, run hooks

parent ae3aadf7
Branches
No related tags found
2 merge requests!994Release,!992Remove required, run hooks
Pipeline #18578 passed
...@@ -39,6 +39,7 @@ class FullscreenHeaderBlock(StructBlock): ...@@ -39,6 +39,7 @@ class FullscreenHeaderBlock(StructBlock):
desktop_image = ImageChooserBlock( desktop_image = ImageChooserBlock(
label="Obrázek na pozadí (desktop)", label="Obrázek na pozadí (desktop)",
help_text="Pokud není vybráno video, ukáže se na desktopu.", help_text="Pokud není vybráno video, ukáže se na desktopu.",
required=False,
) )
mobile_image = ImageChooserBlock( mobile_image = ImageChooserBlock(
......
from django.core.management.base import BaseCommand from django.core.management.base import BaseCommand
class Command(BaseCommand): class Command(BaseCommand):
def handle(self, *args, **options): def handle(self, *args, **options):
""" """
......
from .base import * # noqa from .base import * # noqa
from .main import * # noqa from .main import * # noqa
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment