From fccd2510276e510132d121cd88e76d62b1899122 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 8 Aug 2018 17:15:26 +0200 Subject: Manage relation types in searches --- ishtar_common/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 10939deea..e2b1d5b02 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -3557,7 +3557,7 @@ class Town(Imported, models.Model): if settings.COUNTRY == "fr": cached_label = u"%s - %s" % (self.name, self.numero_insee[:2]) if self.year and self.children.count(): - cached_label += " ({})".format(self.year) + cached_label += u" ({})".format(self.year) return cached_label -- cgit v1.2.3