summaryrefslogtreecommitdiff
path: root/searx/templates/simple/index.html
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-09-22 18:20:33 +0200
committerGitHub <noreply@github.com>2021-09-22 18:20:33 +0200
commit12c90a1b47356fbc3f7616d805ab9040bdaa7a10 (patch)
treeef4c95c65634bde194b0e494be877c94c3b62af9 /searx/templates/simple/index.html
parentb04b7e6fb57dd76658dc95cf0746f279f59eff06 (diff)
parent575483ad2a6af330335bc3864261109fbbc322d8 (diff)
Merge pull request #336 from MrPaulBlack/simple-search-form
[theme] remove categories, language and time range from index.html
Diffstat (limited to 'searx/templates/simple/index.html')
-rw-r--r--searx/templates/simple/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/simple/index.html b/searx/templates/simple/index.html
index 4e8e76cce..afa62be13 100644
--- a/searx/templates/simple/index.html
+++ b/searx/templates/simple/index.html
@@ -7,6 +7,6 @@
<nav id="linkto_preferences"><a href="{{ url_for('preferences') }}">{{ icon('navicon-round') }}</a></nav>
<div class="index">
<div class="title"><h1>searx</h1></div>
- {% include 'simple/search.html' %}
+ {% include 'simple/simple_search.html' %}
</div>
{% endblock %}