summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index 8e65c4503..0a2f4bb6f 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -737,6 +737,9 @@ class IshtarSiteProfile(models.Model, Cached):
warning_name = models.TextField(_("Warning name"), blank=True, default="")
warning_message = models.TextField(_("Warning message"), blank=True,
default="")
+ delete_image_zip_on_archive = models.BooleanField(
+ _("Import - Delete image/document zip on archive"), default=False
+ )
config = models.CharField(
_("Alternate configuration"), max_length=200,
choices=ALTERNATE_CONFIGS_CHOICES,