mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] submittable suggestions
This commit is contained in:
parent
c16b9729b6
commit
e136832770
2 changed files with 3 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
</div>
|
||||
<div id="results">
|
||||
{% if suggestions %}
|
||||
<div id="suggestions">Suggestions: {% for suggestion in suggestions %}<span>{{ suggestion }}</span>{% endfor %}</div>
|
||||
<div id="suggestions">Suggestions: {% for suggestion in suggestions %}<form method="post" action=""><input type="hidden" name="q" value="{{suggestion}}"><input type="submit" value="{{ suggestion }}" /></form>{% endfor %}</div>
|
||||
{% endif %}
|
||||
<div>
|
||||
Number of results: {{ number_of_results }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue