From 6c34d0559890b1f6da3130c4938c5eab7ca7e5a4 Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Mon, 21 May 2018 18:33:23 +0000 Subject: [PATCH] Provide an email group button for WG and RG documents. Fixes #2512. Commit ready for merge. - Legacy-Id: 15151 --- ietf/templates/doc/document_draft.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ietf/templates/doc/document_draft.html b/ietf/templates/doc/document_draft.html index 952a294e6..289d5f323 100644 --- a/ietf/templates/doc/document_draft.html +++ b/ietf/templates/doc/document_draft.html @@ -556,6 +556,9 @@
Email authors + {% if doc.group.type.slug == 'wg' or doc.group.type.slug == 'rg' %} + Email {{ doc.group.type }} + {% endif %} IPR {% if doc.related_ipr %} {{doc.related_ipr|length}}{% endif %} References Referenced by