diff options
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 3feaedfab..2ee6d371f 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -1052,6 +1052,8 @@ class AdministrativeActOpeSelect(TableSelect):      if settings.ISHTAR_DPTS:          operation__towns__numero_insee__startswith = forms.ChoiceField(              label=_(u"Department"), choices=[]) +    act_object = forms.CharField(label=_(u"Object (full text search)"), +                                 max_length=300)      history_creator = forms.IntegerField(          label=_(u"Created by"),          widget=widgets.JQueryAutoComplete( | 
