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

Commit 9b4d6097 authored by asciimoo's avatar asciimoo
Browse files

[mod] engine list

parent 8408be97
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@
    <table>
        <tr>
            <th>{{ _('Engine name') }}</th>
            <th>{{ _('Shortcut') }}</th>
            <th>{{ _('Category') }}</th>
            <th>{{ _('Allow') }} / {{ _('Block') }}</th>
        </tr>
@@ -47,8 +46,7 @@

            {% if not search_engine.private %}
            <tr>
                <td>{{ search_engine.name }}</td>
                <td>{{ shortcuts[search_engine.name] }}</td>
                <td>{{ search_engine.name }} ({{ shortcuts[search_engine.name] }})</td>
                <td>{{ _(categ) }}</td>
                <td class="engine_checkbox">
                    <input type="checkbox" id="engine_{{ categ }}_{{ search_engine.name|replace(' ', '_') }}" name="engine_{{ search_engine.name }}"{% if search_engine.name in blocked_engines %} checked="checked"{% endif %} />