diff --git a/src/teams/templates/team_shift_list.html b/src/teams/templates/team_shift_list.html index 9d02d80c..e8c5498d 100644 --- a/src/teams/templates/team_shift_list.html +++ b/src/teams/templates/team_shift_list.html @@ -47,7 +47,7 @@ {{ shift.people_required }} {% for member in shift.team_members.all %} - {{ member.user }}{% if not forloop.last %},{% endif %} + {{ member.user.profile.get_public_credit_name }}{% if not forloop.last %},{% endif %} {% empty %} None! {% endfor %}