From: Jérémy Fabre Date: Mon, 10 Oct 2016 14:45:22 +0000 (+0200) Subject: Internal project display X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a91f2de21e1ede59c72743db51067cae36a80008;p=mezzo.git Internal project display --- diff --git a/app/templates/pages/teampage.html b/app/templates/pages/teampage.html index 95ca377f..48c54c27 100644 --- a/app/templates/pages/teampage.html +++ b/app/templates/pages/teampage.html @@ -113,10 +113,10 @@

{% trans "European and national projects" %}

- {% with page.teampage.team.leader_projects.all|get_type:"external" as projects %} + {% with page.teampage.team.partner_projects.all|get_type:"internal" as projects %} {% include 'projects/inc/project_list.html' %} {% endwith %} - {% with page.teampage.team.partner_projects.all|get_type:"external" as projects %} + {% with page.teampage.team.leader_projects.all|get_type:"external" as projects %} {% include 'projects/inc/project_list.html' %} {% endwith %}