From ead8d30ea0a9d46896bd996b079457de0a56f582 Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Sat, 10 May 2014 06:39:07 +0200 Subject: [mod] inline suggestions --- searx/templates/results.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'searx/templates') diff --git a/searx/templates/results.html b/searx/templates/results.html index af32c35d0..608cfb20a 100644 --- a/searx/templates/results.html +++ b/searx/templates/results.html @@ -7,16 +7,6 @@
+ {% if suggestions %} +
{{ _('Suggestions') }} + {% for suggestion in suggestions %} +
+ + +
+ {% endfor %} +
+ {% endif %} {% for result in results %} {% if result['template'] %} -- cgit v1.2.3