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 -
{% endblock %} {% block iddbcontent %} diff --git a/ietf/templates/idindex/inddocs.html b/ietf/templates/idindex/inddocs.html index 81ebb5fe2..1251f576b 100644 --- a/ietf/templates/idindex/inddocs.html +++ b/ietf/templates/idindex/inddocs.html @@ -1,6 +1,7 @@ {% extends "idindex/base.html" %} {% block iddbcontent %} +

I-Ds List, Author identifier starts with draft-{{ filter }}

{% include "idindex/doclist.html" %} {% endblock %} diff --git a/ietf/templates/idindex/internetdraft_detail.html b/ietf/templates/idindex/internetdraft_detail.html index 79f9282da..85cc1bf78 100644 --- a/ietf/templates/idindex/internetdraft_detail.html +++ b/ietf/templates/idindex/internetdraft_detail.html @@ -3,6 +3,7 @@ {% block title %}Internet Draft Database Index - {{ object.filename }}{% endblock %} {% block iddbcontent %} +

{{ object.filename }}-{{ object.revision_display }}

{% 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 %} +

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 %}

Total number of related documents found: {{ numdocs }}