diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-04-30 17:24:34 +0200 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-04-30 17:24:34 +0200 | 
| commit | eadca6ca09b823da4596b7b904420e6314383b50 (patch) | |
| tree | 5f5652a1fb2027bbf4dd1dc26d6e28cbc04ea8fb /archaeological_operations/forms.py | |
| parent | de50e3d4b26f90bc512613941f2d6a7378d0dd74 (diff) | |
| download | Ishtar-eadca6ca09b823da4596b7b904420e6314383b50.tar.bz2 Ishtar-eadca6ca09b823da4596b7b904420e6314383b50.zip | |
Many fix on CSV imports - allow to import only slice of rows
Diffstat (limited to 'archaeological_operations/forms.py')
| -rw-r--r-- | archaeological_operations/forms.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index 7cd076dec..e545ff5fa 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -241,6 +241,8 @@ class OperationFormGeneral(forms.Form):                                  required=False)          code_dracar = forms.CharField(label=u"Code DRACAR", required=False,                             validators=[validators.MaxLengthValidator(10)]) +        eas_number = forms.CharField(label=u"Numéro de l'EA", required=False, +                           validators=[validators.MaxLengthValidator(20)])          cira_date = forms.DateField(label=u"Date avis CIRA", required=False,                                      widget=widgets.JQueryDate)          cira_rapporteur = forms.IntegerField(label=u"Rapporteur CIRA", | 
