Only allow open org to show members
This commit is contained in:
parent
50afd6cd59
commit
0e324a3cce
7 changed files with 75 additions and 15 deletions
|
@ -70,5 +70,7 @@
|
|||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% include 'top-users.html' %}
|
||||
{% if is_member or can_edit or organization.is_open %}
|
||||
{% include 'top-users.html' %}
|
||||
{% endif %}
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue