From a4fc386e2e77db109d2f203c48fd6fea7523b24e Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 11 Sep 2013 12:51:33 +0000 Subject: [PATCH] Tweaked the template used to generate the various 1wg-charter*.txt files to properly fetch email addresses. Commit ready for merge. - Legacy-Id: 6141 --- ietf/templates/wginfo/wg-charterREDESIGN.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ietf/templates/wginfo/wg-charterREDESIGN.txt b/ietf/templates/wginfo/wg-charterREDESIGN.txt index a46bb0b08..30e84e6ed 100644 --- a/ietf/templates/wginfo/wg-charterREDESIGN.txt +++ b/ietf/templates/wginfo/wg-charterREDESIGN.txt @@ -10,7 +10,7 @@ {% for chair in wg.chairs %} {{ chair.person.name|safe }} <{{chair.address}}> {% endfor %} {{wg.area.area.area_acronym.name}} Directors: -{% for ad in wg.area_directors %} {{ ad.person|safe }} <{{ad.person.email.1}}> +{% for ad in wg.area_directors %} {{ ad.person|safe }} <{{ad.address}}> {% endfor %} {{wg.area.area.area_acronym.name}} Advisor: {{ wg.areadirector.person.name|safe }} <{{wg.areadirector.address}}> @@ -19,10 +19,10 @@ {% for techadvisor in wg.techadvisors %} {{ techadvisor.person.plain_name|safe }} <{{techadvisor.address}}> {% endfor %}{% endif %}{% if wg.editors %} Editor{{ wg.editors|pluralize }}: -{% for editor in wg.editors %} {{ editor.person.plain_name|safe }} <{{editor.person.address}}> +{% for editor in wg.editors %} {{ editor.person.plain_name|safe }} <{{editor.address}}> {% endfor %}{% endif %}{% if wg.secretaries %} Secretar{{ wg.secretaries|pluralize:"y,ies" }}: -{% for secretary in wg.secretaries %} {{ secretary.person.plain_name|safe }} <{{secretary.person.address}}> +{% for secretary in wg.secretaries %} {{ secretary.person.plain_name|safe }} <{{secretary.address}}> {% endfor %}{% endif %} Mailing Lists: General Discussion: {{ wg.email_address }}