From 2899c2a65ded71ef6bc8e427da9ee7975c7657bf Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Fri, 2 Oct 2020 12:34:50 +0000 Subject: [PATCH] Added listing of author names, with links to the individual profile pages, to Draft and RFC status pages. Related to issue #3093. - Legacy-Id: 18549 --- ietf/templates/doc/document_draft.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ietf/templates/doc/document_draft.html b/ietf/templates/doc/document_draft.html index 9e5b48a54..c7a3848f8 100644 --- a/ietf/templates/doc/document_draft.html +++ b/ietf/templates/doc/document_draft.html @@ -67,6 +67,19 @@ + + + Author{{doc.authors|pluralize}} + + + {% for author in doc.authors %} + {{ author.plain_name }} + {% if not forloop.last %}, {% endif %} + {% endfor %} + + + + Last updated