diff options
Diffstat (limited to 'ishtar_common/models.py')
| -rw-r--r-- | ishtar_common/models.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 327922943..b634d93d7 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -2825,7 +2825,7 @@ class Source(OwnPerms, ImageModel, FullSearch):      authors = models.ManyToManyField(Author, verbose_name=_(u"Authors"),                                       related_name="%(class)s_related")      associated_url = models.URLField( -        blank=True, null=True, +        blank=True, null=True, max_length=1000,          verbose_name=_(u"Numerical ressource (web address)"))      receipt_date = models.DateField(blank=True, null=True,                                      verbose_name=_(u"Receipt date"))  | 
