fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
6a7e065
)
Changed help text for search box.
author
Marek Stępniowski
<marek@stepniowski.com>
Sat, 13 Sep 2008 06:28:31 +0000
(08:28 +0200)
committer
Marek Stępniowski
<marek@stepniowski.com>
Sat, 13 Sep 2008 06:28:31 +0000
(08:28 +0200)
apps/catalogue/forms.py
patch
|
blob
|
history
diff --git
a/apps/catalogue/forms.py
b/apps/catalogue/forms.py
index
523b1d6
..
2d23b79
100644
(file)
--- a/
apps/catalogue/forms.py
+++ b/
apps/catalogue/forms.py
@@
-13,7
+13,7
@@
class SearchForm(forms.Form):
def __init__(self, *args, **kwargs):
tags = kwargs.pop('tags', [])
super(SearchForm, self).__init__(*args, **kwargs)
- self.fields['q'].widget.attrs['title'] = u'tytuł
utworu, kategoria lub motyw literacki
'
+ self.fields['q'].widget.attrs['title'] = u'tytuł
, autor, motyw, gatunek, …
'
self.fields['tags'].initial = '/'.join(tag.slug for tag in Tag.get_tag_list(tags))