diff options
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 |
commit | cd6cabc87e5cc6cd188188050fc009f88220d85d (patch) | |
tree | 9693ae76626bc1d11b50909a35170abc20fe3a63 /archaeological_finds | |
parent | 5b5a8e2f2af0ddd9655012ba3f9ddfb69de640fd (diff) | |
download | Ishtar-cd6cabc87e5cc6cd188188050fc009f88220d85d.tar.bz2 Ishtar-cd6cabc87e5cc6cd188188050fc009f88220d85d.zip |
Statistics: add modification year modality
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 0e4e89745..d825a8bb2 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -1114,6 +1114,7 @@ class Find( ("alteration_causes__label", _("Alteration cause")), ("treatment_emergency__label", _("Treatment emergency")), ("documents__source_type__label", _("Associated document type")), + ("last_modified__year", _("Modification (year)")), ] ) STATISTIC_MODALITIES = [key for key, lbl in STATISTIC_MODALITIES_OPTIONS.items()] |