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
commit3232a862a9f68751ba17d7f850ce05f5f6a065c5 (patch)
tree13469ff4be4d6d84ae1272633b3f77ff25304246 /archaeological_finds/models.py
parent227885e4a6b2df9e4df1507d93c31dd30c5b458a (diff)
downloadIshtar-3232a862a9f68751ba17d7f850ce05f5f6a065c5.tar.bz2
Ishtar-3232a862a9f68751ba17d7f850ce05f5f6a065c5.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')