diff options
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 |
commit | e721ba57b935d6b1b0b365ab88b22044ca098054 (patch) | |
tree | a41d6e398d47253b4cf99fec26a200a58d9d90e5 | |
parent | 6dbc6571b81eea6a83f286d768c3f4b50698b12f (diff) | |
download | Ishtar-e721ba57b935d6b1b0b365ab88b22044ca098054.tar.bz2 Ishtar-e721ba57b935d6b1b0b365ab88b22044ca098054.zip |
Organization: fix town column
-rw-r--r-- | ishtar_common/models.py | 2 |
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", ), } |