From fb8ba03506cc2d55cb89500958917ed9da8283af Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 11 Oct 2016 13:29:48 +0200 Subject: [PATCH] Fix project list --- app/templates/pages/teampage.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 %}
-- 2.39.5