commit: a75d10206e588ccc1bae85ac579809e8a377d4ec
parent 37c3ace3096d9568f8dbdc3728659f4c77377b33
Author: Cqoicebordel <Cqoicebordel@users.noreply.github.com>
Date: Thu, 17 Sep 2015 18:18:48 +0200
Correct the loop through search engines
Fix #432
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/searx/templates/pix-art/preferences.html b/searx/templates/pix-art/preferences.html
@@ -53,8 +53,8 @@
<th>{{ _('Engine name') }}</th>
<th>{{ _('Allow') }} / {{ _('Block') }}</th>
</tr>
- {% 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 %}
<tr>