Skip to content

Commit a8edaf0

Browse files
committed
Merged in [10765] from lars@netapp.com:
Correctly identify group work items in announce_to_lists.txt. Fixes ietf-tools#1901. - Legacy-Id: 10781 Note: SVN reference [10765] has been migrated to Git commit 183dc85
2 parents 321bce5 + 183dc85 commit a8edaf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/submit/announce_to_lists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% autoescape off %}
22
A New Internet-Draft is available from the on-line Internet-Drafts directories.
3-
{% if submission.group %} This draft is a work item of the {{ submission.group.name }} Working Group of the IETF.{% endif %}
3+
{% 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 %}
44

55
Title : {{ submission.title }}
66
Author{{ submission.authors_parsed|pluralize:" ,s" }} : {% for author in submission.authors_parsed %}{{ author.name }}{% if not forloop.last %}

0 commit comments

Comments
 (0)