Added a link to the group page from the year label on the nomcom index page.

- Legacy-Id: 18424
This commit is contained in:
Henrik Levkowetz 2020-08-27 11:00:56 +00:00
parent d60221c341
commit 306b1682a2

View file

@ -25,7 +25,7 @@
<tbody>
{% for nomcom in nomcom_list|dictsortreversed:"label" %}
<tr>
<td>{{ nomcom.label }}</td>
<td><a href="{% url 'ietf.group.views.group_home' acronym=nomcom.acronym %}">{{ nomcom.label }}</a></td>
<td >
{% with nomcom.get_chair as role %}
<a href="mailto:{{role.person.email_address}}">{{role.person}}</a>