mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-28 17:13:31 +01:00
9 lines
428 B
HTML
9 lines
428 B
HTML
{%- if builder != "singlehtml" %}
|
|
<div id="searchbox" class="" role="search">
|
|
<form id="search-form" action="{{ pathto('search') }}" autocomplete="off" method="get">
|
|
<input class="form-control p-3 h-100" type="text" name="q" placeholder="Search" aria-label="Search" id="searchinput" />
|
|
<input type="submit" style="visibility:hidden;position:absolute">
|
|
</form>
|
|
</div>
|
|
{%- endif %}
|