diff options
Diffstat (limited to 'searx/templates/simple/infobox.html')
| -rw-r--r-- | searx/templates/simple/infobox.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/simple/infobox.html b/searx/templates/simple/infobox.html index 08daa5038..56c51af77 100644 --- a/searx/templates/simple/infobox.html +++ b/searx/templates/simple/infobox.html @@ -33,7 +33,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="hidden" name="time_range" value="{{ time_range }}"> <input type="hidden" name="language" value="{{ current_language }}"> |