trailing ,
This commit is contained in:
parent
39afd3f01f
commit
5b88085ac5
|
@ -37,7 +37,7 @@ Teams | {{ block.super }}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{% for resp in team.area.responsible.all %}
|
{% for resp in team.area.responsible.all %}
|
||||||
{{ resp.get_full_name|default:"Unnamed" }}<br>
|
{{ resp.get_full_name|default:"Unnamed" }}{% if not forloop.last %},{% endif %}<br>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</td>
|
</td>
|
||||||
{% if request.user.is_authenticated %}
|
{% if request.user.is_authenticated %}
|
||||||
|
|
Loading…
Reference in a new issue