diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-24 20:24:51 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:25 +0100 |
commit | 666170c6073266d3780bda82ab88493b64e025d4 (patch) | |
tree | c6ba9619841c2dfb9bfe49f51d5e25e0e1f2d9e2 /archaeological_finds | |
parent | 379457b88e55af51919d1485be644e12ab54aeaa (diff) | |
download | Ishtar-666170c6073266d3780bda82ab88493b64e025d4.tar.bz2 Ishtar-666170c6073266d3780bda82ab88493b64e025d4.zip |
Update value docs
Diffstat (limited to 'archaeological_finds')
-rw-r--r-- | archaeological_finds/models_finds.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index 9d14cc2ba..c3faf93d0 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -1842,7 +1842,7 @@ class Find(BulkUpdatedItem, ValueGetter, DocumentItem, BaseHistorizedItem, return self.base_finds.order_by('-pk').all()[0] DOC_VALUES = [ - ("base_finds.", _("List of associated base finds")), + ("base_finds", _("List of associated base finds")), ("material_types_label", _("Material types string")), ("material_types_code", _("Material types code string")), ] |