From 8cb99f12facad17d2367ac59d18578d5f14af572 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 12 Apr 2021 14:56:52 +0200 Subject: Statistics: add modification year modality --- archaeological_context_records/models.py | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_context_records/models.py') 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()] -- cgit v1.2.3