summaryrefslogtreecommitdiff
path: root/archaeological_files/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_files/forms.py')
-rw-r--r--archaeological_files/forms.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_files/forms.py b/archaeological_files/forms.py
index b701bac49..75a794fca 100644
--- a/archaeological_files/forms.py
+++ b/archaeological_files/forms.py
@@ -209,7 +209,7 @@ class FileFormGeneral(forms.Form):
required=False)
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)])
address = forms.CharField(label=_(u"Main address"), widget=forms.Textarea)
@@ -292,7 +292,7 @@ class FileFormPreventive(forms.Form):
label=_(u"Permit reference"), required=False,
validators=[validators.MaxLengthValidator(60)])
total_developed_surface = forms.IntegerField(
- widget=widgets.AreaWidget, label=_(u"Total developed surface (m²)"),
+ widget=widgets.AreaWidget, label=_(u"Total developed surface (m2)"),
required=False, validators=[validators.MinValueValidator(0),
validators.MaxValueValidator(999999999)])
if settings.COUNTRY == 'fr':