From 9467239aa0276462e6a55b9b85d2f342780dfee3 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 23 Sep 2019 15:37:41 +0200 Subject: Finds: add cultural attributions --- 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 d452bbb39..19e528de1 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -253,7 +253,7 @@ class ArchaeologicalSite(DocumentItem, BaseHistorizedItem, QRCodeItem, 'affmar_number__iexact' ), 'cultural_attributions': SearchAltName( - pgettext_lazy("key for text search", "cultural-attribution'"), + pgettext_lazy("key for text search", "cultural-attribution"), 'cultural_attributions__label__iexact' ), } -- cgit v1.2.3