]> git.parisson.com Git - telemeta.git/commitdiff
Merge branch 'feature/haystack' of github.com:afilsaime/Telemeta into feature/haystack
authorafilsaime <shadow_kungfu@hotmail.fr>
Thu, 7 May 2015 14:24:51 +0000 (16:24 +0200)
committerafilsaime <shadow_kungfu@hotmail.fr>
Thu, 7 May 2015 14:24:51 +0000 (16:24 +0200)
1  2 
telemeta/forms/haystack_form.py

index b5800ebf118c4b56ff429052c322c50374caddaa,eb5a1d40dfb3359d8362e94e7fd970f257eb48e4..a8138dd4b86f2c84106b83f553ef1f7d622f5a9c
@@@ -31,9 -31,10 +31,10 @@@ class HaySearchForm(FacetedSearchForm)
  
  
  class HayAdvanceForm(SearchForm):
+ #begin create field
  
      #to replace de basic search form field
 -    q = forms.CharField(required=False, label=('Title'), widget=forms.TextInput(attrs={'type': 'search'}))
 +    q = forms.CharField(required=False, widget=forms.TextInput(attrs={'type': 'search'}))
  
      code = forms.CharField(required=False, label=('Code'), widget=forms.TextInput(attrs={'type': 'search'}))
      location = forms.CharField(required=False, label=('Location'), widget=forms.TextInput(attrs={'type': 'search'}))