From e17394e38f6ba95cc2632fc6a47f0915dc6bd3cd Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 27 Oct 2016 11:46:36 +0200 Subject: [PATCH] Add IRCAM teams (fix #303) --- app/templates/projects/project_detail.html | 17 +++++++++++------ lib/mezzanine-agenda | 2 +- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/app/templates/projects/project_detail.html b/app/templates/projects/project_detail.html index c2e5e182..b97e29ce 100644 --- a/app/templates/projects/project_detail.html +++ b/app/templates/projects/project_detail.html @@ -229,11 +229,6 @@ {% trans "Partners" %}
- {% for team in project.teams.all %} - {% if team.pages.all %} - {{ team.short }}
- {% endif %} - {% endfor %} {% for organization in project.organizations.all %} {% if organization.url %} @@ -244,8 +239,18 @@ {% endif %} {% endfor %}
- +
+ {% trans "Ircam teams" %} +
+
+ {% for team in project.teams.all %} + {% if team.pages.all %} + {{ team.short }}
+ {% endif %} + {% endfor %} +
+ diff --git a/lib/mezzanine-agenda b/lib/mezzanine-agenda index dc90ff21..e5502e7d 160000 --- a/lib/mezzanine-agenda +++ b/lib/mezzanine-agenda @@ -1 +1 @@ -Subproject commit dc90ff21dd9305517992dec6bd63c8f488e4f71e +Subproject commit e5502e7d68ebb062f09bf5387fd103fc0b0d2a9f -- 2.39.5