summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/index.html
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2014-09-27 12:33:22 +0200
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2014-10-05 14:40:46 +0200
commitf3b565e17ecd4c875381a3a212d73fb065f9a89d (patch)
tree1d9fe5384e3103a910286f69f17f5fa0bd24102f /searx/templates/oscar/index.html
parent915857105997357f24db86b9fcc6739fd816e98e (diff)
oscar template: implement first version of results page
* implement results page * improve search form template * implement all result_templates * fix youtube engine
Diffstat (limited to 'searx/templates/oscar/index.html')
-rw-r--r--searx/templates/oscar/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/oscar/index.html b/searx/templates/oscar/index.html
index adb535d9b..e58aa073a 100644
--- a/searx/templates/oscar/index.html
+++ b/searx/templates/oscar/index.html
@@ -8,7 +8,7 @@
</div>
<div class="row">
<div class="text-center col-sm-12 col-md-12">
- {% include 'oscar/search.html' %}
+ {% include 'oscar/search_full.html' %}
</div>
</div>
</div>