Skip to content

Commit 399e698

Browse files
committed
fixed search
1 parent c024b88 commit 399e698

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

core_blog/templates/core_blog/blocks/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span></button>
4141
</div>
4242
<div class="modal-body">
43-
<form role="form">
43+
<form role="form" method="get" action="/" accept-charset="utf-8">
4444
<div class="form-group">
4545
<input autofocus type="text" name="q" class="form-control" placeholder="Search..." id="mkdocs-search-query">
4646
</div>

templates/blocks/search.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)