forked from Icycoide/searxng
[fix] do not hide categorie inside preferences if there is no engine activated
This commit is contained in:
parent
aa1b8fa79b
commit
0978f10887
4 changed files with 12 additions and 4 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue