summaryrefslogtreecommitdiff
path: root/archaeological_operations/forms.py
diff options
context:
space:
mode:
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
commit823a82aa07541c6d3c6874f270238011caa12f69 (patch)
treeadecc27b8d559df476d990755c720960f6def6d5 /archaeological_operations/forms.py
parenta48d37badc463c1a4e496f9007d29257718a48dc (diff)
parent277e0e33cabaa323bc3621ad9ae418d7ead1dc56 (diff)
downloadIshtar-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.py3
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 + \