summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-01-22 16:44:40 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-04-24 19:38:56 +0200
commit2af3c31880b78d1b0110a168a9809c2c48111e40 (patch)
tree5b24e0c2251385e2237c5fed80d7354dceba2943 /ishtar_common/models.py
parent81a1008c26d0cc7cfdcbea14464746a7106d0e85 (diff)
downloadIshtar-2af3c31880b78d1b0110a168a9809c2c48111e40.tar.bz2
Ishtar-2af3c31880b78d1b0110a168a9809c2c48111e40.zip
Manage X, Y, Z fields for context records, operations and sites
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py2
1 files changed, 2 insertions, 0 deletions
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)