summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archaeological_operations/forms.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py
index d2ec086ae..d18e7cea7 100644
--- a/archaeological_operations/forms.py
+++ b/archaeological_operations/forms.py
@@ -411,11 +411,11 @@ OPERATOR, created = OrganizationType.objects.get_or_create(txt_idx='operator')
class OperationSelect(TableSelect):
+ year = forms.IntegerField(label=_("Year"))
+ operation_code = forms.IntegerField(label=_(u"Numeric reference"))
if settings.COUNTRY == 'fr':
code_patriarche = forms.IntegerField(
label="Numéro d'opération (OA Patriarche)")
- year = forms.IntegerField(label=_("Year"))
- operation_code = forms.IntegerField(label=_(u"Numeric reference"))
towns = get_town_field()
parcel = ParcelField(label=_("Parcel (section/number)"))
if settings.ISHTAR_DPTS: