forked from Icycoide/searxng
[fix] ordered categories in preferences - closes #258
This commit is contained in:
parent
79b3de5185
commit
6f73f4e7a4
4 changed files with 8 additions and 8 deletions
|
@ -89,8 +89,8 @@
|
|||
<th>{{ _('Category') }}</th>
|
||||
<th>{{ _('Allow') }} / {{ _('Block') }}</th>
|
||||
</tr>
|
||||
{% for (categ,search_engines) in categs %}
|
||||
{% for search_engine in search_engines %}
|
||||
{% for categ in categories %}
|
||||
{% for search_engine in engines_by_category[categ] %}
|
||||
|
||||
{% if not search_engine.private %}
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue