diff options
Diffstat (limited to 'archaeological_context_records/models.py')
-rw-r--r-- | archaeological_context_records/models.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py index aebee6d5f..9dd9956f1 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -543,7 +543,8 @@ class ContextRecord( "cr_relation_types", ), "excavation_technic": SearchAltName( - pgettext_lazy("key for text search", "excavation-technic"), "excavation_technic__label__iexact" + pgettext_lazy("key for text search", "excavation-technic"), + "excavation_technic__label__iexact", ), } ALT_NAMES.update(BaseHistorizedItem.ALT_NAMES) |