From ed3380afa352cf7ec5cdae6c2f3fa9d858ed4aeb Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 6 Mar 2018 11:00:47 +0100 Subject: Parcel not mandatory: configuration in administration (refs #3962) --- ishtar_common/models.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 3e2cb2440..3c63162c9 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1554,6 +1554,8 @@ class IshtarSiteProfile(models.Model, Cached): default=False) mapping = models.BooleanField(_(u"Mapping module"), default=False) underwater = models.BooleanField(_(u"Underwater module"), default=False) + parcel_mandatory = models.BooleanField( + _(u"Parcel are mandatory for context records"), default=True) homepage = models.TextField( _(u"Home page"), null=True, blank=True, help_text=_(u"Homepage of Ishtar - if not defined a default homepage " -- cgit v1.2.3