0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
wagtail/docs/_templates/searchbox.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
428 B
HTML
Raw Normal View History

{%- 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 %}