Provide a default for shown_on_other_platforms now it's now nullable
This commit is contained in:
@ -963,6 +963,7 @@ class CaseStudy(models.Model):
|
||||
shown_on_other_platforms = models.BooleanField(
|
||||
verbose_name=_("Show on other platforms?"),
|
||||
help_text=_("Tick the box if you would like us to show this case study on other social media platforms"),
|
||||
default=True
|
||||
)
|
||||
|
||||
# 4.4.1
|
||||
|
Reference in New Issue
Block a user