diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-03-04 18:26:12 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-03-10 11:11:46 +0100 |
| commit | 25f41c5e951a403056c11ac36f52252ab2d5d85c (patch) | |
| tree | cc7e096ab1728394dc0ae2819c5357a2904e5c5b /ishtar_common/models.py | |
| parent | 8df4e652186bb6942a6cd2f213514ac5614d690c (diff) | |
| download | Ishtar-25f41c5e951a403056c11ac36f52252ab2d5d85c.tar.bz2 Ishtar-25f41c5e951a403056c11ac36f52252ab2d5d85c.zip | |
🚧 Statement condition - document: models
Diffstat (limited to 'ishtar_common/models.py')
| -rw-r--r-- | ishtar_common/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 40c69b753..6f324e6de 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1206,6 +1206,7 @@ class IshtarSiteProfile(models.Model, Cached): _("Preventive operator module"), default=False ) gis_connector = models.BooleanField(_("GIS connector"), default=False) + statement_condition = models.BooleanField(_("Statement conditions"), default=False) underwater = models.BooleanField(_("Underwater module"), default=False) no_context_button = models.ForeignKey( "archaeological_context_records.ContextRecord", |
