From 2f5706848f33f35863155f4f318352cec2be5994 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_operations/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_operations/models.py') diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index 5bc730018..b220ff1ec 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -574,8 +574,8 @@ class Operation(ClosedItem, DocumentItem, BaseHistorizedItem, QRCodeItem, NEW_QUERY_ENGINE = True # statistics STATISTIC_MODALITIES_OPTIONS = OrderedDict([ - ('year', _("Year")), ("operation_type__label", _("Operation type")), + ('year', _("Year")), ("towns__areas__label", _("Area")), ("towns__areas__parent__label", _("Extended area")), ("remains__label", _("Remains")), -- cgit v1.2.3