diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2020-11-03 15:09:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-03 15:09:44 +0100 |
| commit | 9c3382d12afa22fcd63c84c0d1a2b506d043fab4 (patch) | |
| tree | 14f3e1e9cf815cf5cc301fb1699cd54816adfc25 /searx/templates/oscar/search.html | |
| parent | 45f58a4a2a0b89f4b416c28ea769139b16f6436d (diff) | |
| parent | 8d71420b4511fdac63c39f33d93c7add1ea7716d (diff) | |
Merge pull request #1681 from MarcAbonce/index_refactor
[mod] Separate index and search routes
Diffstat (limited to 'searx/templates/oscar/search.html')
| -rw-r--r-- | searx/templates/oscar/search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/oscar/search.html b/searx/templates/oscar/search.html index 666a4df38..c82aab7ea 100644 --- a/searx/templates/oscar/search.html +++ b/searx/templates/oscar/search.html @@ -1,5 +1,5 @@ {% from 'oscar/macros.html' import icon %} -<form method="{{ method or 'POST' }}" action="{{ url_for('index') }}" id="search_form" role="search"> +<form method="{{ method or 'POST' }}" action="{{ url_for('search') }}" id="search_form" role="search"> <div class="row"> <div class="col-xs-12 col-md-8"> <div class="input-group search-margin"> |