]> git.parisson.com Git - mezzo.git/commitdiff
Internal project display
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Mon, 10 Oct 2016 14:45:22 +0000 (16:45 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Mon, 10 Oct 2016 14:45:22 +0000 (16:45 +0200)
app/templates/pages/teampage.html

index 95ca377fc8e15ee706c16fbd914b5c20c84ef8b3..48c54c2747699c34fcb008919db8916482f0dca6 100644 (file)
                 <div class="row">
                     <div class="col-sm-9 col-sm-push-3 col-lg-8 col-lg-push-2 white-bg">
                         <h2>{% trans "European and national projects" %}</h2>
-                        {% 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 %}
                     </div>