Make CSS field actually nullable..

This commit is contained in:
Evert Prants 2017-12-28 17:20:22 +02:00
parent 1449826082
commit 971730f1cb
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 1 additions and 0 deletions

View File

@ -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"
)