[fix] ordered categories in preferences - closes #258

This commit is contained in:
Adam Tauber 2015-04-07 18:09:38 +02:00
parent 79b3de5185
commit 6f73f4e7a4
4 changed files with 8 additions and 8 deletions

View file

@ -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>