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

Commit dcc2674b authored by Arnau Vàzquez's avatar Arnau Vàzquez
Browse files

Merge branch '73b-bing-safesearch' into 'master'

Fix for bing safesearch

Closes #73

See merge request e/cloud/my-spot!83
parents 6fd303d1 fa0f6f2c
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 %}