mirror of
https://github.com/searxng/searxng.git
synced 2026-01-02 09:00:03 +00:00
[fix] ordered categories in preferences - closes #258
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user