summaryrefslogtreecommitdiff
path: root/archaeological_finds/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-11-30 17:49:39 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-11-30 17:49:39 +0100
commite5291ad557e97c1aa2d516494d25fd72ea33ae91 (patch)
tree13469ff4be4d6d84ae1272633b3f77ff25304246 /archaeological_finds/models.py
parent8b666443667f92e014d70a4247c7885375bba610 (diff)
downloadIshtar-e5291ad557e97c1aa2d516494d25fd72ea33ae91.tar.bz2
Ishtar-e5291ad557e97c1aa2d516494d25fd72ea33ae91.zip
Treatment searches and sheet
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')