diff --git a/ietf/templates/idindex/doclist.html b/ietf/templates/idindex/doclist.html
index 7f40c9fa4..fd19d1e94 100644
--- a/ietf/templates/idindex/doclist.html
+++ b/ietf/templates/idindex/doclist.html
@@ -1,4 +1,4 @@
-{{ object_list|length }} result{{ object_list|length|pluralize }}.
+
Please click a document below to view detail information
diff --git a/ietf/templates/idindex/wgdocs.html b/ietf/templates/idindex/wgdocs.html
index 957e498d6..9e9187556 100644
--- a/ietf/templates/idindex/wgdocs.html
+++ b/ietf/templates/idindex/wgdocs.html
@@ -1,6 +1,6 @@
{% extends "idindex/base.html" %}
{% block iddbcontent %}
-
I-Ds List Working Group, {{ group.name }} ({{ group.acronym }})
+I-Ds List Working Group, {{ group.name }} ({{ group.acronym }})
{% include "idindex/doclist.html" %}
{% endblock %}