diff options
author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2015-06-05 08:48:47 +0200 |
---|---|---|
committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2015-06-05 08:48:47 +0200 |
commit | 0978f108879324a0367bc6d362f896532d6fc04f (patch) | |
tree | 24519f6c115db01087b06d9f59ce2870b656b13a /searx/templates/courgette/preferences.html | |
parent | aa1b8fa79b0f9f66c2913b5acae5a63545504e70 (diff) | |
download | searxng-0978f108879324a0367bc6d362f896532d6fc04f.tar.gz searxng-0978f108879324a0367bc6d362f896532d6fc04f.zip |
[fix] do not hide categorie inside preferences if there is no engine activated
Diffstat (limited to 'searx/templates/courgette/preferences.html')
-rw-r--r-- | searx/templates/courgette/preferences.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/courgette/preferences.html b/searx/templates/courgette/preferences.html index 2afb74d11..f89915d8d 100644 --- a/searx/templates/courgette/preferences.html +++ b/searx/templates/courgette/preferences.html @@ -101,7 +101,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 %} |