diff options
| author | root <root@viserion.(none)> | 2013-04-16 22:59:03 +0000 | 
|---|---|---|
| committer | root <root@viserion.(none)> | 2013-04-16 22:59:03 +0000 | 
| commit | 12e8e49fceaf0e0afae1032f2c95cd92f2d22d4d (patch) | |
| tree | adecc27b8d559df476d990755c720960f6def6d5 /archaeological_operations/forms.py | |
| parent | 1ccc928d7eeaed8f38d00c764d524f2fd3db8c57 (diff) | |
| parent | f5136dfef703af72c3deb70fc68a84bee8a5ae82 (diff) | |
| download | Ishtar-12e8e49fceaf0e0afae1032f2c95cd92f2d22d4d.tar.bz2 Ishtar-12e8e49fceaf0e0afae1032f2c95cd92f2d22d4d.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 + \ | 
