parent
3fd5b3703b
commit
83f591e69b
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<li>
|
||||
<form action='/search'>
|
||||
<input name='q' class='form-control navbar-search' type='text'
|
||||
value='{{ frappe.form_dict.q|e or ''}}'
|
||||
value='{{ frappe.form_dict.q|e if frappe.form_dict.q else ''}}'
|
||||
{% if not frappe.form_dict.q%}placeholder="{{ _("Search...") }}"{% endif %}>
|
||||
</form>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue