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

remove required, run hooks

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