From 7dc2d830e4d7c199c1d9480a128fbd4cdc91653f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 27 May 2019 11:30:42 +0200 Subject: Stats: better display of values in tables - operation type for default --- archaeological_finds/models_finds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_finds/models_finds.py') diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index 7daf4cbec..ec8a5367e 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -815,9 +815,9 @@ class Find(BulkUpdatedItem, ValueGetter, DocumentItem, BaseHistorizedItem, # statistics STATISTIC_MODALITIES_OPTIONS = OrderedDict([ - ('base_finds__context_record__operation__year', _("Year")), ("base_finds__context_record__operation__operation_type__label", _("Operation type")), + ('base_finds__context_record__operation__year', _("Year")), ("base_finds__context_record__operation__towns__areas__label", _("Area")), ("base_finds__context_record__operation__towns__areas__parent__label", -- cgit v1.2.3