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_pdl/forms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archaeological_files_pdl/forms.py') diff --git a/archaeological_files_pdl/forms.py b/archaeological_files_pdl/forms.py index 40a8c9a34..f9b8b2484 100644 --- a/archaeological_files_pdl/forms.py +++ b/archaeological_files_pdl/forms.py @@ -100,12 +100,12 @@ class FileFormPlanning(forms.Form): total_surface = forms.IntegerField( required=False, widget=widgets.AreaWidget, - label=_(u"Total surface (m²)"), + label=_(u"Total surface (m2)"), validators=[validators.MinValueValidator(0), validators.MaxValueValidator(999999999)]) total_developed_surface = forms.IntegerField( widget=widgets.AreaWidget, - label=_(u"Total developed surface (m²)"), + label=_(u"Total developed surface (m2)"), required=False, validators=[validators.MinValueValidator(0), validators.MaxValueValidator(999999999)]) -- cgit v1.2.3