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 | 9308a192029cff937ada4418055615c58bfc962f (patch) | |
tree | c6ba9619841c2dfb9bfe49f51d5e25e0e1f2d9e2 /archaeological_finds | |
parent | 2289b1363e312abb9aab3e99949f8aae0f3ae941 (diff) | |
download | Ishtar-9308a192029cff937ada4418055615c58bfc962f.tar.bz2 Ishtar-9308a192029cff937ada4418055615c58bfc962f.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")), ] |