summaryrefslogtreecommitdiff
path: root/searx/templates/simple/index.html
diff options
context:
space:
mode:
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 %}