From 2af3c31880b78d1b0110a168a9809c2c48111e40 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 22 Jan 2019 16:44:40 +0100 Subject: Manage X, Y, Z fields for context records, operations and sites --- 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 6a4a0930e..76e415368 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -2151,6 +2151,8 @@ class IshtarSiteProfile(models.Model, Cached): preservation = models.BooleanField(_(u"Preservation module"), default=False) mapping = models.BooleanField(_(u"Mapping module"), default=False) + use_town_for_geo = models.BooleanField( + _(u"Use town to locate when coordinates are missing"), default=True) underwater = models.BooleanField(_(u"Underwater module"), default=False) parcel_mandatory = models.BooleanField( _(u"Parcel are mandatory for context records"), default=True) -- cgit v1.2.3