Corrected template to remove spurious No Documents Match warning. Fixes #3148. Commit ready for merge.
- Legacy-Id: 18904
This commit is contained in:
parent
cc65d97563
commit
3c1c651322
|
@ -6,7 +6,11 @@
|
|||
|
||||
{% block group_content %}
|
||||
{% origin %}
|
||||
{% if docs_related %}
|
||||
{% include "doc/search/search_results.html" with skip_no_matches_warning=True %}
|
||||
{% else %}
|
||||
{% include "doc/search/search_results.html" %}
|
||||
{% endif %}
|
||||
{% include "doc/search/search_results.html" with docs=docs_related meta=meta_related skip_no_matches_warning=True %}
|
||||
{% include "community/list_menu.html" %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue