From c4efa54a641bce78118d7876da1a8996aa382925 Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Sun, 14 Jul 2019 17:03:26 -0400 Subject: [PATCH] Count members instead of users --- templates/portfolios/applications/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/portfolios/applications/index.html b/templates/portfolios/applications/index.html index 923de347..b12eeff3 100644 --- a/templates/portfolios/applications/index.html +++ b/templates/portfolios/applications/index.html @@ -54,7 +54,7 @@ - {{ "portfolios.applications.team_text" | translate }} ({{ application.users | length }}) + {{ "portfolios.applications.team_text" | translate }} ({{ application.members | length }})
{% endif %}