Updated the search form submit button and icon when using the side bar search mode
This commit is contained in:
@@ -14,6 +14,8 @@ def search_form(context):
|
||||
'request': context['request'],
|
||||
'MEDIA_URL': context['MEDIA_URL'],
|
||||
'form_action': reverse('results'),
|
||||
'form_title': _(u'Search')
|
||||
'form_title': _(u'Search'),
|
||||
'submit_label': _(u'Search'),
|
||||
'submit_icon_famfam': 'zoom',
|
||||
})
|
||||
return context
|
||||
|
||||
Reference in New Issue
Block a user