Fixed broken member/admin counts on organisation page
This commit is contained in:
@@ -68,13 +68,13 @@
|
||||
<hr>
|
||||
<strong><i class="fas fa-wrench margin-r-5"></i> {{ translate('ADMIN', 2)}}</strong>
|
||||
<p class="badge bg-blue box-profile-property">
|
||||
{{organisation.admin_count}}
|
||||
{{organisation.administrators.count}}
|
||||
</p>
|
||||
<br />
|
||||
<br />
|
||||
<strong><i class="fas fa-users margin-r-5"></i> {{ translate('MEMBER', 2)}}</strong>
|
||||
<p class="badge bg-blue box-profile-property">
|
||||
{{organisation.member_count}}
|
||||
{{organisation.members.count}}
|
||||
</p>
|
||||
{% endif %}
|
||||
{% block organisation_profile %}{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user