summaryrefslogtreecommitdiff
path: root/archaeological_files/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-11-19 00:48:28 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2015-11-19 00:48:28 +0100
commit4e75df4a22da7e682224fd14914a9b711b794da5 (patch)
tree4a3a781d6cac4c2923dd199558b22772be5b7117 /archaeological_files/models.py
parentc0986961df4db737d41cb59fe00e2bab17abf548 (diff)
downloadIshtar-4e75df4a22da7e682224fd14914a9b711b794da5.tar.bz2
Ishtar-4e75df4a22da7e682224fd14914a9b711b794da5.zip
Using zanata for translations
Diffstat (limited to 'archaeological_files/models.py')
-rw-r--r--archaeological_files/models.py4
1 files changed, 2 insertions, 2 deletions
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)