]> git.parisson.com Git - mezzo.git/commitdiff
Fix project list
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 11 Oct 2016 11:29:48 +0000 (13:29 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 11 Oct 2016 11:29:48 +0000 (13:29 +0200)
app/templates/pages/teampage.html

index 20eb68d51ac753139585e72352900cd0bfa79223..3b70d1162bb83e83c2aec0e2e9bd4315866ffc1d 100644 (file)
             <div class="container">
                 <div class="row">
                     <div class="col-sm-9 col-sm-push-3 col-lg-8 col-lg-push-2 white-bg" data-summary-content>
-                        <h2>{% trans "European and national projects" %}</h2>
+                        <h2>{% trans "Research topics and related projects" %}</h2>
                         {% with page.teampage.team.partner_projects.all|get_type:"internal" as projects %}
                             {% include 'projects/inc/project_list.html' %}
                         {% endwith %}
+                    </div>
+                </div>
+                <div class="row">
+                    <div class="col-sm-9 col-sm-push-3 col-lg-8 col-lg-push-2 white-bg" data-summary-content>
+                        <h2>{% trans "European and national projects" %}</h2>
                         {% 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 %}
                     </div>
                 </div>
             </div>