summaryrefslogtreecommitdiff
path: root/archaeological_context_records
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-04-12 14:56:52 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-04-12 14:56:52 +0200
commit8cb99f12facad17d2367ac59d18578d5f14af572 (patch)
tree9693ae76626bc1d11b50909a35170abc20fe3a63 /archaeological_context_records
parent7cd34208b72ebe39b7b6e2178807b5c5548b9a27 (diff)
downloadIshtar-8cb99f12facad17d2367ac59d18578d5f14af572.tar.bz2
Ishtar-8cb99f12facad17d2367ac59d18578d5f14af572.zip
Statistics: add modification year modality
Diffstat (limited to 'archaeological_context_records')
-rw-r--r--archaeological_context_records/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py
index 83c2d6b43..6b26825be 100644
--- a/archaeological_context_records/models.py
+++ b/archaeological_context_records/models.py
@@ -453,6 +453,7 @@ class ContextRecord(
("activity__label", _("Activity")),
("excavation_technic__label", _("Excavation technique")),
("documents__source_type__label", _("Associated document type")),
+ ("last_modified__year", _("Modification (year)")),
]
)
STATISTIC_MODALITIES = [key for key, lbl in STATISTIC_MODALITIES_OPTIONS.items()]