File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ <h1>Active area groups</h1>
3434 </ td >
3535 < td >
3636 {% for secretary in group.secretaries %}
37- < a href ="{% url 'ietf.person.views.profile' email_or_name=secretary.personname %} "> {{ secretary.person.plain_name }}
37+ < a href ="{% url 'ietf.person.views.profile' email_or_name=secretary.person.name %} "> {{ secretary.person.plain_name }}
3838 </ a > < a href ="mailto:{{ secretary.email.address }} "> < span class ="fa fa-envelope-o tiny "> </ span > </ a > {% if not forloop.last %}, {% endif %}
3939 {% endfor %}
4040 </ td >
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ <h1>Active Directorates</h1>
3737 </ td >
3838 < td >
3939 {% for secretary in group.secretaries %}
40- < a href ="{% url 'ietf.person.views.profile' email_or_name=secretary.personname %} "> {{ secretary.person.plain_name }}</ a >
40+ < a href ="{% url 'ietf.person.views.profile' email_or_name=secretary.person.name %} "> {{ secretary.person.plain_name }}</ a >
4141 < a href ="mailto:{{ secretary.email.address }} "> < span class ="fa fa-envelope-o tiny "> </ span > </ a > {% if not forloop.last %}, {% endif %}
4242 {% endfor %}
4343 </ td >
You can’t perform that action at this time.
0 commit comments