summaryrefslogtreecommitdiff
path: root/archaeological_operations/forms.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-04-17 00:57:42 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-04-17 00:57:42 +0200
commit277e0e33cabaa323bc3621ad9ae418d7ead1dc56 (patch)
treeadecc27b8d559df476d990755c720960f6def6d5 /archaeological_operations/forms.py
parentb5319e69126cadbad766af3bae41406b69722eab (diff)
downloadIshtar-277e0e33cabaa323bc3621ad9ae418d7ead1dc56.tar.bz2
Ishtar-277e0e33cabaa323bc3621ad9ae418d7ead1dc56.zip
Add common name to operation sheet
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 + \