diff options
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 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") | 
