forked from Archives/searxng
[fix] form submit url
This commit is contained in:
parent
d1dd6364c9
commit
d50414275c
@ -1,4 +1,4 @@
|
||||
<form method="post" action="" id="search_form">
|
||||
<form method="post" action="/" id="search_form">
|
||||
<div id="search_wrapper">
|
||||
<input type="text" class="q" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/>
|
||||
<input type="submit" value="" id="search_submit" />
|
||||
|
Loading…
Reference in New Issue
Block a user