From 46fcb2d2354d71b53fd0f72af62b224e50370211 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 12 Dec 2019 18:34:43 +0100 Subject: Add URL to organization --- ishtar_common/models.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 03eda4781..04ac2ef38 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -4112,6 +4112,7 @@ class Organization(Address, Merge, OwnPerms, ValueGetter, MainItem): name = models.CharField(_("Name"), max_length=500) organization_type = models.ForeignKey(OrganizationType, verbose_name=_("Type")) + url = models.URLField(verbose_name=_("Web address"), blank=True, null=True) cached_label = models.TextField(_("Cached name"), null=True, blank=True, db_index=True) history = HistoricalRecords() -- cgit v1.2.3