logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 8adc80123ac095e11ae3eae47fa05bdb574da731
parent: 37c3ace3096d9568f8dbdc3728659f4c77377b33
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Fri, 18 Sep 2015 08:41:45 +0200

Merge pull request #435 from Cqoicebordel/fix_prefs_pixart

Correct the loop through search engines in Pix-Art

Diffstat:

Msearx/templates/pix-art/preferences.html4++--
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>