Team shifts: display public credit name

The public credit name is usually more recognizable.
This commit is contained in:
Reynir Björnsson 2019-08-11 17:47:54 +02:00
parent 30e1049dbc
commit f000eb0410
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
{{ shift.people_required }}
<td>
{% 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 %}