diff --git a/src/teams/templates/team_list.html b/src/teams/templates/team_list.html index b94f9c26..18ab69d2 100644 --- a/src/teams/templates/team_list.html +++ b/src/teams/templates/team_list.html @@ -41,7 +41,7 @@ Teams | {{ block.super }} {% for resp in team.responsible.all %} - {{ resp.get_full_name|default:"Unnamed" }}{% if not forloop.last %},{% endif %}
+ {{ resp.profile.name|default:"Unnamed" }}{% if not forloop.last %},{% endif %}
{% endfor %}