diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-10-13 13:07:38 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-11-16 17:04:41 +0100 |
| commit | f568abfa29e6a2c7796d015031c384dd2317d2af (patch) | |
| tree | 3e4d795cb075b905b2bee22dfdfdbd1c89fb5e1c /archaeological_context_records | |
| parent | 1d7a7af9368e152f3d435b01b74c7add005bdf11 (diff) | |
| download | Ishtar-f568abfa29e6a2c7796d015031c384dd2317d2af.tar.bz2 Ishtar-f568abfa29e6a2c7796d015031c384dd2317d2af.zip | |
Find/context record search: change search order, terms, fix search field
Diffstat (limited to 'archaeological_context_records')
| -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 311f9625b..151446c2d 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", ), } |
