diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-10-06 20:49:48 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-10-06 20:49:48 +0200 |
commit | 4977ca6f61f6353543fd177a440300dddc5319e9 (patch) | |
tree | 88c79d9053eb848a1c7e6cb92521bf496e699329 /archaeological_finds | |
parent | 020c3a72963860e6cfaa8e8129dcd41ef05e7413 (diff) | |
download | Ishtar-4977ca6f61f6353543fd177a440300dddc5319e9.tar.bz2 Ishtar-4977ca6f61f6353543fd177a440300dddc5319e9.zip |
✨ Find - statistics: add top container
Diffstat (limited to 'archaeological_finds')
-rw-r--r-- | archaeological_finds/models_finds.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index 40381a6bb..4bf6778fd 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -1219,6 +1219,7 @@ class Find( "base_finds__context_record__operation__towns__areas__parent__label", _("Extended area"), ), + ("container__cached_division__splitpart_|_1", _("Top container")), ("datings__period__label", _("Chronological period")), ("material_types__label", _("Material type")), ("object_types__label", _("Object type")), |