Skip to content

Commit 25355f6

Browse files
committed
Fixed the problem with the AD column in the area wg lists, so the WG AD is shown.
- Legacy-Id: 9450
1 parent 20d35e0 commit 25355f6

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

ietf/templates/group/active_wgs.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,7 @@ <h3>{{ area.acronym }} active WG{{ area.groups|pluralize}}</h3>
5353
<tr>
5454
<td><a href="{% url "ietf.group.info.group_home" group_type=group.type_id acronym=group.acronym %}">{{ group.acronym }}</a></td>
5555
<td>
56-
{% for ad in area.ads %}
57-
{% if ad == group.ad_role %}
58-
<a href="mailto:{{ ad.email.address }}">{{ ad.person.plain_name }}</a>
59-
{% endif %}
60-
{% endfor %}
56+
<a href="mailto:{{ group.ad_role.email.address }}" title="{{ group.ad_role.person.plain_name }} &lt;{{ group.ad_role.email.address }}&gt;">{{ group.ad_role.person.plain_name.split.0 }}</a>
6157
</td>
6258
<td>{{ group.name }}</td>
6359
<td>

0 commit comments

Comments
 (0)