Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2019-03-25 20:44:13 +01:00
parent 61982d24ce
commit 2e77366b94
3 changed files with 13 additions and 18 deletions

View File

@@ -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')