summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/models.py')
-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 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