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

Commit fa0f6f2c authored by Israel Yago Pereira's avatar Israel Yago Pereira Committed by Arnau Vàzquez
Browse files

Fix for bing safesearch

parent 6fd303d1
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -88,7 +88,6 @@
    <footer>
    <footer>
        {% block footer %}
        {% block footer %}
        {% endblock %}
        {% endblock %}
        Test <b>2</b><br />
        <p class="text-muted">
        <p class="text-muted">
            <small>
            <small>
                e Foundation 2018-2021,
                e Foundation 2018-2021,
+1 −1
Original line number Original line Diff line number Diff line
@@ -97,7 +97,7 @@


{% macro search_link(text, q, method=None, time_range=None, lang=None, category=None) -%}
{% macro search_link(text, q, method=None, time_range=None, lang=None, category=None) -%}
<form method="{{ method or 'POST' }}" action="{{ url_for('search') }}" role="navigation">
<form method="{{ method or 'POST' }}" action="{{ url_for('search') }}" role="navigation">
    <input type="hidden" name="q" value="{{ q }}" />
    <input type="hidden" name="q" value="{{ q.title }}" />
    {% if time_range %}
    {% if time_range %}
    <input type="hidden" name="time_range" value="{{ time_range }}" />
    <input type="hidden" name="time_range" value="{{ time_range }}" />
    {% endif %}
    {% endif %}