Fix global search placeholder text
This commit is contained in:
parent
643f64df3f
commit
fde47133da
|
|
@ -35,7 +35,7 @@ OBJ_TYPE_CHOICES = (
|
|||
|
||||
class SearchForm(BootstrapMixin, forms.Form):
|
||||
q = forms.CharField(
|
||||
label='Query', widget=forms.TextInput(attrs={'style': 'width: 350px'})
|
||||
label='Search', widget=forms.TextInput(attrs={'style': 'width: 350px'})
|
||||
)
|
||||
obj_type = forms.ChoiceField(
|
||||
choices=OBJ_TYPE_CHOICES, required=False, label='Type'
|
||||
|
|
|
|||
Loading…
Reference in New Issue