mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Merge branch 'master' into feature/accessibility
This commit is contained in:
commit
e9d90d06a9
4 changed files with 16 additions and 12 deletions
|
|
@ -22,8 +22,8 @@
|
|||
<span class="result_header text-muted form-inline pull-left suggestion_item">{{ _('Try searching for:') }}</span>
|
||||
{% for correction in corrections %}
|
||||
<form method="{{ method or 'POST' }}" action="{{ url_for('index') }}" role="navigation" class="form-inline pull-left suggestion_item">
|
||||
<input type="hidden" name="q" value="{{ query_prefix + correction }}">
|
||||
<button type="submit" class="btn btn-default btn-xs">{{ correction }}</button>
|
||||
<input type="hidden" name="q" value="{{ correction.url }}">
|
||||
<button type="submit" class="btn btn-default btn-xs">{{ correction.title }}</button>
|
||||
</form>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue