We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c024b88 commit 399e698Copy full SHA for 399e698
core_blog/templates/core_blog/blocks/navbar.html
@@ -40,7 +40,7 @@
40
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span></button>
41
</div>
42
<div class="modal-body">
43
- <form role="form">
+ <form role="form" method="get" action="/" accept-charset="utf-8">
44
<div class="form-group">
45
<input autofocus type="text" name="q" class="form-control" placeholder="Search..." id="mkdocs-search-query">
46
templates/blocks/search.html
0 commit comments