[fix] do not hide categorie inside preferences if there is no engine activated

This commit is contained in:
Thomas Pointhuber 2015-06-05 08:48:47 +02:00
parent aa1b8fa79b
commit 0978f10887
4 changed files with 12 additions and 4 deletions

View file

@ -89,7 +89,7 @@
<th>{{ _('Category') }}</th>
<th>{{ _('Allow') }} / {{ _('Block') }}</th>
</tr>
{% for categ in categories %}
{% for categ in all_categories %}
{% for search_engine in engines_by_category[categ] %}
{% if not search_engine.private %}