summaryrefslogtreecommitdiff
path: root/archaeological_context_records/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-10-13 13:07:38 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-10-13 13:07:38 +0200
commit56279d5d629d325d2235862537e4fc2935684c49 (patch)
treeabc60adb476d69cfe020ce9d39a252d4c667f355 /archaeological_context_records/models.py
parent5299f1f9c86bfe99e0e1a4c50a444fd55e07ee6c (diff)
downloadIshtar-56279d5d629d325d2235862537e4fc2935684c49.tar.bz2
Ishtar-56279d5d629d325d2235862537e4fc2935684c49.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.py2
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",
),
}