Skip to content

Commit a4fc386

Browse files
committed
Tweaked the template used to generate the various 1wg-charter*.txt files to properly fetch email addresses. Commit ready for merge.
- Legacy-Id: 6141
1 parent 19b7bc1 commit a4fc386

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/templates/wginfo/wg-charterREDESIGN.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{% for chair in wg.chairs %} {{ chair.person.name|safe }} <{{chair.address}}>
1111
{% endfor %}
1212
{{wg.area.area.area_acronym.name}} Directors:
13-
{% for ad in wg.area_directors %} {{ ad.person|safe }} <{{ad.person.email.1}}>
13+
{% for ad in wg.area_directors %} {{ ad.person|safe }} <{{ad.address}}>
1414
{% endfor %}
1515
{{wg.area.area.area_acronym.name}} Advisor:
1616
{{ wg.areadirector.person.name|safe }} <{{wg.areadirector.address}}>
@@ -19,10 +19,10 @@
1919
{% for techadvisor in wg.techadvisors %} {{ techadvisor.person.plain_name|safe }} <{{techadvisor.address}}>
2020
{% endfor %}{% endif %}{% if wg.editors %}
2121
Editor{{ wg.editors|pluralize }}:
22-
{% for editor in wg.editors %} {{ editor.person.plain_name|safe }} <{{editor.person.address}}>
22+
{% for editor in wg.editors %} {{ editor.person.plain_name|safe }} <{{editor.address}}>
2323
{% endfor %}{% endif %}{% if wg.secretaries %}
2424
Secretar{{ wg.secretaries|pluralize:"y,ies" }}:
25-
{% for secretary in wg.secretaries %} {{ secretary.person.plain_name|safe }} <{{secretary.person.address}}>
25+
{% for secretary in wg.secretaries %} {{ secretary.person.plain_name|safe }} <{{secretary.address}}>
2626
{% endfor %}{% endif %}
2727
Mailing Lists:
2828
General Discussion: {{ wg.email_address }}

0 commit comments

Comments
 (0)