summaryrefslogtreecommitdiff
path: root/archaeological_finds/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds/models.py')
-rw-r--r--archaeological_finds/models.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_finds/models.py b/archaeological_finds/models.py
index a886485b5..2957c656d 100644
--- a/archaeological_finds/models.py
+++ b/archaeological_finds/models.py
@@ -807,8 +807,8 @@ class Treatment(BaseHistorizedItem, OwnPerms):
help_text=_(
u"Location where the treatment is done. Target warehouse for "
u"a move."))
- other_location = models.CharField(_(u"Other location"), max_length=200,
- blank=True, null=True)
+ other_location = models.CharField(_(u"Location (not referenced)"),
+ max_length=200, blank=True, null=True)
person = models.ForeignKey(
Person, verbose_name=_(u"Doer"), blank=True, null=True,
on_delete=models.SET_NULL, related_name='treatments')