diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-12-28 12:31:25 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-12-28 12:31:25 +0100 |
commit | 794aa547ae60ffc5016fed4663c3a9463e5830dd (patch) | |
tree | e012fc3ca4027faa4be60c2bc67217339e2ee742 /archaeological_operations/forms.py | |
parent | af40ab0a860176686f2ad8f8b8bd0ec6fb29d510 (diff) | |
download | Ishtar-794aa547ae60ffc5016fed4663c3a9463e5830dd.tar.bz2 Ishtar-794aa547ae60ffc5016fed4663c3a9463e5830dd.zip |
Administrativ act: display and search act's object
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( |