Skip to content

Commit c13db95

Browse files
committed
Merged in [18904] from fenton@bluepopcorn.net:
Corrected template to remove spurious No Documents Match warning. Fixes ietf-tools#3148. - Legacy-Id: 18919 Note: SVN reference [18904] has been migrated to Git commit 3c1c651
2 parents d603b62 + 3c1c651 commit c13db95

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

ietf/templates/group/group_documents.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66

77
{% block group_content %}
88
{% origin %}
9-
{% include "doc/search/search_results.html" %}
9+
{% if docs_related %}
10+
{% include "doc/search/search_results.html" with skip_no_matches_warning=True %}
11+
{% else %}
12+
{% include "doc/search/search_results.html" %}
13+
{% endif %}
1014
{% include "doc/search/search_results.html" with docs=docs_related meta=meta_related skip_no_matches_warning=True %}
1115
{% include "community/list_menu.html" %}
1216

0 commit comments

Comments
 (0)