fixes #447
This commit is contained in:
@@ -63,8 +63,8 @@ class LoginForm(forms.Form):
|
||||
class SearchForm(forms.Form):
|
||||
q = forms.CharField(max_length=255,required=False,
|
||||
widget=forms.TextInput(
|
||||
attrs={'placeholder': 'Search'}),
|
||||
label='Search')
|
||||
attrs={'placeholder': 'keyword or leave empty'}),
|
||||
label='Filter by Keyword')
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user