diff --git a/templates/accounts/profile.html b/templates/accounts/profile.html index db00a822..0c4f48c9 100644 --- a/templates/accounts/profile.html +++ b/templates/accounts/profile.html @@ -69,27 +69,23 @@ - - + {% for project in profile.projects %} -
ProjectChecksMy RoleMy role
-
{{ project }}
-
- - {% with project.check_set.count as n %} - {{ n }} check{{ n|pluralize }} - {% endwith %} - + {% if project.owner == request.user %} Owner {% else %} - Member + Collaborator {% endif %} @@ -181,7 +177,7 @@