From: Guillaume Pellerin Date: Thu, 29 Sep 2016 09:36:34 +0000 (+0200) Subject: Fix team display X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=1a22c531a42e277a068bfac40b8513e0c6887767;p=mezzo.git Fix team display --- diff --git a/app/templates/projects/project_detail.html b/app/templates/projects/project_detail.html index 25586a85..280cc477 100644 --- a/app/templates/projects/project_detail.html +++ b/app/templates/projects/project_detail.html @@ -181,7 +181,7 @@ {% trans "Project lead team" %}
- {{ project.lead_team.short }} + {{ project.lead_team }}
{% elif project.lead_organization %}
@@ -201,7 +201,7 @@
{% for team in project.teams.all %} {% if team.pages.all %} - {{ team.short }}
+ {{ team }}
{% endif %} {% endfor %} {% for organization in project.organizations.all %}