From 84fc0c0e6d5ea451b82f14f215b75fc4c3e432ee Mon Sep 17 00:00:00 2001 From: asciimoo Date: Sat, 15 Feb 2014 07:56:48 +0100 Subject: [PATCH] [fix][#36] remembering results download categories --- searx/templates/results.html | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/searx/templates/results.html b/searx/templates/results.html index eb37ab33..34195c86 100644 --- a/searx/templates/results.html +++ b/searx/templates/results.html @@ -20,30 +20,19 @@
{{ _('Download results') }} + {% for output_type in ('csv', 'json', 'rss') %}
- + + {% for category in selected_categories %} + + {% endfor %} - -
-
-
-
- - - - -
-
-
-
- - - - +
+ {% endfor %}