summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-09-28 16:38:14 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-09-28 16:38:14 +0200
commitc8dbb8c20a56b5e43e7223afe041e993929a949f (patch)
treea41d6e398d47253b4cf99fec26a200a58d9d90e5
parent48ef8ae3b3d4630be2ab52ea1af799bcb0abbb4c (diff)
downloadIshtar-c8dbb8c20a56b5e43e7223afe041e993929a949f.tar.bz2
Ishtar-c8dbb8c20a56b5e43e7223afe041e993929a949f.zip
Organization: fix town column
-rw-r--r--ishtar_common/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index 366c467c8..bf35e213e 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -2340,7 +2340,7 @@ class Organization(Address, Merge, OwnPerms, BaseGenderedType, ValueGetter, Main
"organization_type__label__iexact",
),
"precise_town": SearchAltName(
- pgettext_lazy("key for text search", "town"),
+ pgettext_lazy("key for text search", "precise-town"),
"precise_town__cached_label__iexact",
),
}