From 4fa0e9a22f25231f18d2beeb25438c0e9637e46e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 26 Apr 2018 18:39:41 +0200 Subject: Add URL to licence types. Add missing model to admin. --- 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 3a0bb853f..35be3ffc0 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -3026,6 +3026,7 @@ class Source(OwnPerms, ImageModel, FullSearch): class LicenseType(GeneralType): + url = models.URLField(_(u"URL"), blank=True, null=True) class Meta: verbose_name = _(u"License type") verbose_name_plural = _(u"License types") -- cgit v1.2.3