summaryrefslogtreecommitdiff
path: root/ishtar/furnitures/forms_files.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar/furnitures/forms_files.py')
-rw-r--r--ishtar/furnitures/forms_files.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar/furnitures/forms_files.py b/ishtar/furnitures/forms_files.py
index da77eff85..9b45f0afc 100644
--- a/ishtar/furnitures/forms_files.py
+++ b/ishtar/furnitures/forms_files.py
@@ -193,7 +193,7 @@ class FileFormAddress(forms.Form):
associated_models = {'town':models.Town}
total_surface = forms.IntegerField(required=False,
widget=widgets.AreaWidget,
- label=_(u"Total surface"),
+ label=_(u"Total surface (m²)"),
validators=[validators.MinValueValidator(0),
validators.MaxValueValidator(999999999)])
address = forms.CharField(label=_(u"Main address"), widget=forms.Textarea)
@@ -226,7 +226,7 @@ class FileFormPreventive(forms.Form):
permit_reference = forms.CharField(label=_(u"Permit reference"),
required=False, validators=[validators.MaxLengthValidator(60)])
total_developed_surface = forms.IntegerField(widget=widgets.AreaWidget,
- label=_(u"Total developed surface"),
+ label=_(u"Total developed surface (m²)"),
required=False, validators=[validators.MinValueValidator(0),
validators.MaxValueValidator(999999999)])
if settings.COUNTRY == 'fr':