diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-10-13 13:07:38 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-07-08 09:58:48 +0200 |
commit | e82dcebeaca7fcf7c3af720c867f2ee612676532 (patch) | |
tree | 9031f7cbb546284f0550c8c1cd292e8833d94155 /archaeological_context_records/models.py | |
parent | e1f007b2491a69c770544a2c9c591b48578a4eeb (diff) | |
download | Ishtar-e82dcebeaca7fcf7c3af720c867f2ee612676532.tar.bz2 Ishtar-e82dcebeaca7fcf7c3af720c867f2ee612676532.zip |
Find/context record search: change search order, terms, fix search field
Diffstat (limited to 'archaeological_context_records/models.py')
-rw-r--r-- | archaeological_context_records/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py index 9dd9956f1..f620b1ff1 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -543,7 +543,7 @@ class ContextRecord( "cr_relation_types", ), "excavation_technic": SearchAltName( - pgettext_lazy("key for text search", "excavation-technic"), + pgettext_lazy("key for text search", "excavation-technique"), "excavation_technic__label__iexact", ), } |