diff options
| 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 | 
| commit | 0e2bf2e4f149c1250b2aef2c4f94c09db07b5584 (patch) | |
| tree | 4a3a781d6cac4c2923dd199558b22772be5b7117 /archaeological_files_pdl/forms.py | |
| parent | dd3e8a17c3f507daa41fb0beb46187881ccd7cb3 (diff) | |
| download | Ishtar-0e2bf2e4f149c1250b2aef2c4f94c09db07b5584.tar.bz2 Ishtar-0e2bf2e4f149c1250b2aef2c4f94c09db07b5584.zip | |
Using zanata for translations
Diffstat (limited to 'archaeological_files_pdl/forms.py')
| -rw-r--r-- | archaeological_files_pdl/forms.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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)]) | 
