From a697a1eaa56d05e3b95240cc2f6bd8954b378812 Mon Sep 17 00:00:00 2001 From: Thomas Pointhuber Date: Sun, 26 Oct 2014 19:20:20 +0100 Subject: [PATCH] oscar template: display answers --- searx/templates/oscar/results.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/searx/templates/oscar/results.html b/searx/templates/oscar/results.html index 0bf4914b..deda276f 100644 --- a/searx/templates/oscar/results.html +++ b/searx/templates/oscar/results.html @@ -6,6 +6,14 @@

{{ _('Search results') }}

{% include 'oscar/search.html' %} + {% if answers %} + {% for answer in answers %} +
+ {{ answer }} +
+ {% endfor %} + {% endif %} + {% for result in results %}
{% set index = loop.index %}