summaryrefslogtreecommitdiff
path: root/searx/templates/pix-art
diff options
context:
space:
mode:
authorCqoicebordel <Cqoicebordel@users.noreply.github.com>2015-09-17 18:18:48 +0200
committerCqoicebordel <Cqoicebordel@users.noreply.github.com>2015-09-17 18:18:48 +0200
commita75d10206e588ccc1bae85ac579809e8a377d4ec (patch)
tree7ed5ebe38bb5de2108d661f2935ace4f6e0a6343 /searx/templates/pix-art
parent37c3ace3096d9568f8dbdc3728659f4c77377b33 (diff)
downloadsearxng-a75d10206e588ccc1bae85ac579809e8a377d4ec.tar.gz
searxng-a75d10206e588ccc1bae85ac579809e8a377d4ec.zip
Correct the loop through search engines
Fix #432
Diffstat (limited to 'searx/templates/pix-art')
-rw-r--r--searx/templates/pix-art/preferences.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/templates/pix-art/preferences.html b/searx/templates/pix-art/preferences.html
index 0caf31b46..f59497ec8 100644
--- 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>