fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
stats view fix
[wolnelektury.git]
/
src
/
search
/
forms.py
diff --git
a/src/search/forms.py
b/src/search/forms.py
index
d62ab64
..
34af136
100644
(file)
--- 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['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')