From 9308a192029cff937ada4418055615c58bfc962f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 24 Feb 2021 20:24:51 +0100 Subject: Update value docs --- archaeological_operations/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archaeological_operations') diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index 240283d1a..653c8d495 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -1236,8 +1236,8 @@ class Operation(ClosedItem, DocumentItem, BaseHistorizedItem, return self.cached_label or "" DOC_VALUES = [ - ("context_records.", _("List of associated context records")), - ("containers.", _("List of associated containers")), + ("context_records", _("List of associated context records")), + ("containers", _("List of associated containers")), ] def get_containers_values(self, filtr, exclude) -> list: # Container value -- cgit v1.2.3