Correct the loop through search engines

Fix #432
This commit is contained in:
Cqoicebordel 2015-09-17 18:18:48 +02:00
parent 37c3ace309
commit a75d10206e
1 changed files with 2 additions and 2 deletions

View File

@ -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>