From: Guillaume Pellerin Date: Thu, 27 Oct 2016 09:46:36 +0000 (+0200) Subject: Add IRCAM teams (fix #303) X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e17394e38f6ba95cc2632fc6a47f0915dc6bd3cd;p=mezzo.git Add IRCAM teams (fix #303) --- 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