Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8adc8012 authored by Adam Tauber's avatar Adam Tauber
Browse files

Merge pull request #435 from Cqoicebordel/fix_prefs_pixart

Correct the loop through search engines in Pix-Art
parents 37c3ace3 a75d1020
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -53,8 +53,8 @@
            <th>{{ _('Engine name') }}</th>
            <th>{{ _('Allow') }} / {{ _('Block') }}</th>
        </tr>
    {% for (categ,search_engines) in categs %}
        {% for search_engine in search_engines %}
    {% for categ in all_categories %}
        {% for search_engine in engines_by_category[categ] %}

            {% if not search_engine.private %}
            <tr>