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
commitf5136dfef703af72c3deb70fc68a84bee8a5ae82 (patch)
treeadecc27b8d559df476d990755c720960f6def6d5 /archaeological_operations/forms.py
parent73b2b0c7d190e2d6483251c89060fffef2bf464a (diff)
downloadIshtar-f5136dfef703af72c3deb70fc68a84bee8a5ae82.tar.bz2
Ishtar-f5136dfef703af72c3deb70fc68a84bee8a5ae82.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 + \