diff options
Diffstat (limited to 'archaeological_warehouse/models.py')
| -rw-r--r-- | archaeological_warehouse/models.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/archaeological_warehouse/models.py b/archaeological_warehouse/models.py index 1ab28504e..52752e4d0 100644 --- a/archaeological_warehouse/models.py +++ b/archaeological_warehouse/models.py @@ -158,7 +158,7 @@ class Container(LightHistorizedItem):                                         verbose_name=_("Container type"))      reference = models.CharField(_(u"Container ref."), max_length=40)      comment = models.TextField(_(u"Comment"), null=True, blank=True) -    cached_label = models.CharField(_(u"Cached name"), max_length=500, +    cached_label = models.CharField(_(u"Localisation"), max_length=500,                                      null=True, blank=True)      cached_location = models.CharField(_(u"Cached location"), max_length=500,                                         null=True, blank=True) | 
