diff --git a/ietf/templates/idindex/base.html b/ietf/templates/idindex/base.html
index 3705dd093..dc23f2903 100644
--- a/ietf/templates/idindex/base.html
+++ b/ietf/templates/idindex/base.html
@@ -34,7 +34,6 @@
I-D Search
-
{% ifequal object.status.status "Active" %} diff --git a/ietf/templates/idindex/otherdocs.html b/ietf/templates/idindex/otherdocs.html index 510ff350a..43cd17c78 100644 --- a/ietf/templates/idindex/otherdocs.html +++ b/ietf/templates/idindex/otherdocs.html @@ -1,6 +1,7 @@ {% extends "idindex/base.html" %} {% block iddbcontent %} +
I-Ds List, Other Drafts - {{ category.upper }}
{% include "idindex/doclist.html" %} {% endblock %} diff --git a/ietf/templates/idindex/showdocs.html b/ietf/templates/idindex/showdocs.html index 21d516c21..0956624d1 100644 --- a/ietf/templates/idindex/showdocs.html +++ b/ietf/templates/idindex/showdocs.html @@ -1,6 +1,7 @@ {% extends "idindex/base.html" %} {% block iddbcontent %} +
{{ header }} I-Ds sorted by {{ sort_header }}
{% include "idindex/doclist.html" %} {% endblock %} diff --git a/ietf/templates/idindex/view_related_docs.html b/ietf/templates/idindex/view_related_docs.html index 54098eed4..caed20397 100644 --- a/ietf/templates/idindex/view_related_docs.html +++ b/ietf/templates/idindex/view_related_docs.html @@ -1,6 +1,7 @@ {% extends "idindex/base.html" %} {% block iddbcontent %} +
{% for doc in related %} diff --git a/ietf/templates/idindex/wgdocs.html b/ietf/templates/idindex/wgdocs.html index 9e9187556..ad1e15dc3 100644 --- a/ietf/templates/idindex/wgdocs.html +++ b/ietf/templates/idindex/wgdocs.html @@ -1,6 +1,7 @@ {% extends "idindex/base.html" %} {% block iddbcontent %} + Total number of related documents found: {{ numdocs }}
I-Ds List Working Group, {{ group.name }} ({{ group.acronym }})
{% include "idindex/doclist.html" %} {% endblock %} diff --git a/ietf/templates/idindex/wglist.html b/ietf/templates/idindex/wglist.html index 8cbc6a6a8..f42b862f0 100644 --- a/ietf/templates/idindex/wglist.html +++ b/ietf/templates/idindex/wglist.html @@ -1,6 +1,7 @@ {% extends "idindex/base.html" %} {% block iddbcontent %} +
Please select a Working Group from the list below
{% regroup object_list by status as grouped %}