From 4e75df4a22da7e682224fd14914a9b711b794da5 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 19 Nov 2015 00:48:28 +0100 Subject: Using zanata for translations --- 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 51ea3f260..e762bf67f 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -2118,7 +2118,7 @@ if settings.COUNTRY == 'fr': class Town(models.Model): name = models.CharField(_(u"Name"), max_length=100) - surface = models.IntegerField(_(u"Surface (m²)"), blank=True, null=True) + surface = models.IntegerField(_(u"Surface (m2)"), blank=True, null=True) center = models.PointField(_(u"Localisation"), srid=settings.SRID, blank=True, null=True) if settings.COUNTRY == 'fr': -- cgit v1.2.3