summaryrefslogtreecommitdiff
path: root/ishtar/furnitures/forms.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-02-14 23:21:09 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-02-14 23:21:09 +0100
commit21958dc135d79c36e39bd7cd5082b66573600bdf (patch)
tree18791bb511ce3c77372a2f75499a34b1ad457ca5 /ishtar/furnitures/forms.py
parentfc0f041604ddc12fb211cb5fea362f2dea1a5b49 (diff)
downloadIshtar-21958dc135d79c36e39bd7cd5082b66573600bdf.tar.bz2
Ishtar-21958dc135d79c36e39bd7cd5082b66573600bdf.zip
Correct the operation summary (refs #212)
Diffstat (limited to 'ishtar/furnitures/forms.py')
-rw-r--r--ishtar/furnitures/forms.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/ishtar/furnitures/forms.py b/ishtar/furnitures/forms.py
index 447b79694..1f2640e5c 100644
--- a/ishtar/furnitures/forms.py
+++ b/ishtar/furnitures/forms.py
@@ -1362,10 +1362,12 @@ class OperationFormPreventive(forms.Form):
class OperationFormPreventiveDiag(forms.Form):
form_label = _("Preventive informations - diagnostic")
if settings.COUNTRY == 'fr':
- zoning_prescription = forms.NullBooleanField(required=False)
- large_area_prescription = forms.NullBooleanField(required=False)
+ zoning_prescription = forms.NullBooleanField(required=False,
+ label=_(u"Prescription on zoning"))
+ large_area_prescription = forms.NullBooleanField(required=False,
+ label=_(u"Prescription on large area"))
geoarchaeological_context_prescription = forms.NullBooleanField(
- required=False)
+ required=False, label=_(u"Prescription on geoarchaeological context"))
class SelectedTownForm(forms.Form):
form_label = _("Towns")