Skip to content

Commit 100931e

Browse files
committed
Add the filename to the subject line of Protocol Action
and Document Action messages. This fixes ietf-tools#507. - Legacy-Id: 2620
1 parent ddd9b6f commit 100931e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fenner/ietf/templates/idrfc/approval_mail.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From: The IESG <iesg-secretary@ietf.org>
22
To: IETF-Announce <ietf-announce@ietf.org>{% if cc %}
33
Cc: {{ cc|safe }}{% endif %}
4-
Subject: {{ action_type }} Action: '{{ doc.title }}' to {{ status }}
4+
Subject: {{ action_type }} Action: '{{ doc.title }}' {{ doc.file_tag|safe }} to {{ status }}
55

66
{% filter wordwrap:73 %}The IESG has approved the following document{{ docs|pluralize }}:{% for d in docs %}
77
- '{{ d.filled_title }}'

0 commit comments

Comments
 (0)