From: Guillaume Pellerin Date: Tue, 11 Oct 2016 11:29:48 +0000 (+0200) Subject: Fix project list X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=fb8ba03506cc2d55cb89500958917ed9da8283af;p=mezzo.git Fix project list --- diff --git a/app/templates/pages/teampage.html b/app/templates/pages/teampage.html index 20eb68d5..3b70d116 100644 --- a/app/templates/pages/teampage.html +++ b/app/templates/pages/teampage.html @@ -112,13 +112,21 @@
-

{% trans "European and national projects" %}

+

{% trans "Research topics and related projects" %}

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

{% trans "European and national projects" %}

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