diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2013-04-16 22:59:03 +0000 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2013-04-16 22:59:03 +0000 |
| commit | 823a82aa07541c6d3c6874f270238011caa12f69 (patch) | |
| tree | adecc27b8d559df476d990755c720960f6def6d5 /archaeological_operations/forms.py | |
| parent | a48d37badc463c1a4e496f9007d29257718a48dc (diff) | |
| parent | 277e0e33cabaa323bc3621ad9ae418d7ead1dc56 (diff) | |
| download | Ishtar-823a82aa07541c6d3c6874f270238011caa12f69.tar.bz2 Ishtar-823a82aa07541c6d3c6874f270238011caa12f69.zip | |
Merge branch 'master' of lysithea.proxience.net:/home/proxience/git/ishtar
Diffstat (limited to 'archaeological_operations/forms.py')
| -rw-r--r-- | archaeological_operations/forms.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index 72834d8f0..0b2555148 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -111,7 +111,8 @@ ParcelFormSet = formset_factory(ParcelForm, can_delete=True, ParcelFormSet.form_label = _(u"Parcels") class OperationSelect(TableSelect): - common_name = forms.CharField(label=_(u"Name"), max_length=30) + common_name = forms.CharField(label=_(u"Name (full text search)"), + max_length=30) if settings.COUNTRY == 'fr': code_patriarche = forms.IntegerField( widget=widgets.JQueryAutoComplete("/" + settings.URL_PATH + \ |
