diff --git a/LandingPage/models.py b/LandingPage/models.py index bc3c64e..e84d98e 100644 --- a/LandingPage/models.py +++ b/LandingPage/models.py @@ -77,6 +77,7 @@ class Show(TimestampedModel): storage=show_static_storage, upload_to=name_css, null=True, + blank=True, help_text="The CSS stylesheet applied to this show's page", verbose_name="Custom Style" )