From a75d10206e588ccc1bae85ac579809e8a377d4ec Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Thu, 17 Sep 2015 18:18:48 +0200 Subject: [PATCH] Correct the loop through search engines Fix #432 --- searx/templates/pix-art/preferences.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/searx/templates/pix-art/preferences.html b/searx/templates/pix-art/preferences.html index 0caf31b..f59497e 100644 --- a/searx/templates/pix-art/preferences.html +++ b/searx/templates/pix-art/preferences.html @@ -53,8 +53,8 @@ {{ _('Engine name') }} {{ _('Allow') }} / {{ _('Block') }} - {% for (categ,search_engines) in categs %} - {% for search_engine in search_engines %} + {% for categ in all_categories %} + {% for search_engine in engines_by_category[categ] %} {% if not search_engine.private %}