X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6d42bc478e3d1bd90eb294464748c21e4de0fc63..9e4c8e837be2943198e7c300e1ff3cde3185e0cc:/src/search/forms.py?ds=sidebyside diff --git a/src/search/forms.py b/src/search/forms.py old mode 100755 new mode 100644 index d62ab6457..34af136dc --- a/src/search/forms.py +++ b/src/search/forms.py @@ -18,4 +18,4 @@ class SearchForm(forms.Form): self.fields['q'].widget.attrs['autocomplete'] = 'off' self.fields['q'].widget.attrs['data-source'] = source if 'q' not in self.data: - self.fields['q'].widget.attrs['placeholder'] = _('title, author, theme/topic, epoch, kind, genre, phrase') + self.fields['q'].widget.attrs['placeholder'] = _('title, author, epoch, kind, genre, phrase')