diff --git a/patchwork/templates/patchwork/profile.html b/patchwork/templates/patchwork/profile.html index 3abfa45f8..9318236e1 100644 --- a/patchwork/templates/patchwork/profile.html +++ b/patchwork/templates/patchwork/profile.html @@ -10,8 +10,7 @@

Your Profile

Maintainer of {% for project in user.profile.maintainer_projects.all %} - {{ project.linkname }}{% if not forloop.last %},{% endif %} -{% endfor %}. + {{ project.linkname }}{% if not forloop.last %},{% endif %}{% endfor %}.

{% endif %} @@ -19,8 +18,7 @@

Your Profile

Contributor to {% for project in user.profile.contributor_projects.all %} - {{ project.linkname }}{% if not forloop.last %},{% endif %} -{% endfor %}. + {{ project.linkname }}{% if not forloop.last %},{% endif %}{% endfor %}.

{% endif %}