diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-09-23 15:37:41 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-09-23 15:43:41 +0200 |
commit | 9467239aa0276462e6a55b9b85d2f342780dfee3 (patch) | |
tree | 855bfac09cba06f88a9313a71337da0ed91e064e /archaeological_operations/models.py | |
parent | f5fc6f23f5369df98fb0fdb061bfbac3c9662677 (diff) | |
download | Ishtar-9467239aa0276462e6a55b9b85d2f342780dfee3.tar.bz2 Ishtar-9467239aa0276462e6a55b9b85d2f342780dfee3.zip |
Finds: add cultural attributions
Diffstat (limited to 'archaeological_operations/models.py')
-rw-r--r-- | archaeological_operations/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
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' ), } |