Skip to content

Commit 86f495b

Browse files
committed
Changed the template for the person_link templatetag to use email address instead of name, to work correctly for for different persons having the same name.
- Legacy-Id: 18595
1 parent 5d26af8 commit 86f495b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/person/person_link.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{# Copyright The IETF Trust 2020, All Rights Reserved #}{% spaceless %}
2-
<a {% if title %}title="{{ title }}"{% endif %} href="{% url 'ietf.person.views.profile' email_or_name=name %}">
2+
<a {% if title %}title="{{ title }}"{% endif %} href="{% url 'ietf.person.views.profile' email_or_name=email %}">
33
<span class="{{class}}">{{ plain_name }}</span>
44
</a>&nbsp;<a href="mailto:{{ email|urlencode }}">
55
<span class="fa fa-envelope-o tiny"></span>

0 commit comments

Comments
 (0)