Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
infra
spot
Commits
dcc2674b
Commit
dcc2674b
authored
Nov 12, 2021
by
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
searx/templates/etheme/base.html
View file @
dcc2674b
...
...
@@ -88,7 +88,6 @@
<footer>
{% block footer %}
{% endblock %}
Test
<b>
2
</b><br
/>
<p
class=
"text-muted"
>
<small>
e Foundation 2018-2021,
...
...
searx/templates/etheme/macros.html
View file @
dcc2674b
...
...
@@ -97,7 +97,7 @@
{% 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"
>
<input
type=
"hidden"
name=
"q"
value=
"{{ q }}"
/>
<input
type=
"hidden"
name=
"q"
value=
"{{ q
.title
}}"
/>
{% if time_range %}
<input
type=
"hidden"
name=
"time_range"
value=
"{{ time_range }}"
/>
{% endif %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment