/wg/: fix mailto links for WG chairs

- Legacy-Id: 2175
This commit is contained in:
Pasi Eronen 2010-03-21 17:05:48 +00:00
parent 5a3bd287ec
commit 1cf07aec44

View file

@ -80,7 +80,7 @@ Working Groups</a> and
<table class="ietf-wg-table">
{% endif %}
<tr><td width="10%;"><a href="/wg/{{wg}}/">{{ wg }}</a></td><td width="50%">{{ wg.group_acronym.name }}</td>
<td width="39%">{% for chair in wg.chairs %}<a href="mailto:{{chair.person.email}}">{{chair.person}}</a>{% if not forloop.last %}, {% endif %}{% endfor %}</td></tr>
<td width="39%">{% for chair in wg.chairs %}<a href="mailto:{{chair.person.email.1}}">{{chair.person}}</a>{% if not forloop.last %}, {% endif %}{% endfor %}</td></tr>
{% if forloop.last %}
</table>
</div>