fix #169
This commit is contained in:
parent
eb9f531b77
commit
8b25a4ceb4
|
@ -31,7 +31,9 @@ People | {{ block.super }}
|
||||||
{{ team.name }} Team
|
{{ team.name }} Team
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{% if team.approvedmembers.count == team.anoncount %}
|
{% if team.anoncount == 0 and team.approvedmembers.count == 0 %}
|
||||||
|
<b>No team member(s)
|
||||||
|
{% elif team.approvedmembers.count == team.anoncount %}
|
||||||
<b>{{ team.anoncount }}</b> anonymous member(s)
|
<b>{{ team.anoncount }}</b> anonymous member(s)
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue