From 0e2bf2e4f149c1250b2aef2c4f94c09db07b5584 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 19 Nov 2015 00:48:28 +0100 Subject: Using zanata for translations --- archaeological_files/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archaeological_files/models.py') diff --git a/archaeological_files/models.py b/archaeological_files/models.py index 41ff19ca3..a01a6f99e 100644 --- a/archaeological_files/models.py +++ b/archaeological_files/models.py @@ -134,10 +134,10 @@ class File(BaseHistorizedItem, OwnPerms, ValueGetter, ShortMenuItem, blank=True, null=True) instruction_deadline = models.DateField(_(u'Instruction deadline'), blank=True, null=True) - total_surface = models.IntegerField(_(u"Total surface (m²)"), + total_surface = models.IntegerField(_(u"Total surface (m2)"), blank=True, null=True) total_developed_surface = models.IntegerField( - _(u"Total developed surface (m²)"), blank=True, null=True) + _(u"Total developed surface (m2)"), blank=True, null=True) locality = models.CharField(_(u"Locality"), max_length=100, null=True, blank=True) address = models.TextField(_(u"Main address"), null=True, blank=True) -- cgit v1.2.3