diff options
Diffstat (limited to 'searx/templates/legacy/infobox.html')
| -rw-r--r-- | searx/templates/legacy/infobox.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/legacy/infobox.html b/searx/templates/legacy/infobox.html index 4dd25fabd..70f3b12d3 100644 --- a/searx/templates/legacy/infobox.html +++ b/searx/templates/legacy/infobox.html @@ -36,7 +36,7 @@ <div> <h3><bdi>{{ topic.name }}</bdi></h3> {% for suggestion in topic.suggestions %} - <form method="{{ method or 'POST' }}" action="{{ url_for('index') }}"> + <form method="{{ method or 'POST' }}" action="{{ url_for('search') }}"> <input type="hidden" name="q" value="{{ suggestion }}"> <input type="submit" value="{{ suggestion }}" /> </form> |