From 183dc85347a59b7dc7bc0559b8543ef9ee485f49 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Wed, 3 Feb 2016 15:03:32 +0000 Subject: [PATCH] Correctly identify group work items in announce_to_lists.txt. Fixes #1901. Commit ready for merge. - Legacy-Id: 10765 --- ietf/templates/submit/announce_to_lists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/submit/announce_to_lists.txt b/ietf/templates/submit/announce_to_lists.txt index 3826d59ef..0d9817d57 100644 --- a/ietf/templates/submit/announce_to_lists.txt +++ b/ietf/templates/submit/announce_to_lists.txt @@ -1,6 +1,6 @@ {% autoescape off %} A New Internet-Draft is available from the on-line Internet-Drafts directories. -{% if submission.group %} This draft is a work item of the {{ submission.group.name }} Working Group of the IETF.{% endif %} +{% if submission.group %}This draft is a work item of the {{ submission.group.name }}{% if group.type.name %} {{ group.type.name }}{% endif %} of the {% if group.type_id == "rg" %}IRTF{% else %}IETF{% endif %}.{% endif %} Title : {{ submission.title }} Author{{ submission.authors_parsed|pluralize:" ,s" }} : {% for author in submission.authors_parsed %}{{ author.name }}{% if not forloop.last %}