]> git.parisson.com Git - mezzo.git/commitdiff
Add partners to summary
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Tue, 11 Oct 2016 08:52:08 +0000 (10:52 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Tue, 11 Oct 2016 08:52:08 +0000 (10:52 +0200)
app/templates/pages/teampage.html

index 48c54c2747699c34fcb008919db8916482f0dca6..20eb68d51ac753139585e72352900cd0bfa79223 100644 (file)
             <hr class="mt0" />
             <div class="container">
                 <div class="row">
-                    <div class="col-sm-9 col-sm-push-3 col-lg-8 col-lg-push-2 white-bg">
+                    <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.partner_projects.all|get_type:"internal" as projects %}
                             {% include 'projects/inc/project_list.html' %}
                     </div>
                 </div>
             </div>
+
             {% if page.teampage.product_lists.all %}
                 <h4>{% trans "Products" %}</h4>
                 {% for page_product_list in page.teampage.product_lists.all %}
                   {% endwith %}
                 {% endfor %}
             {% endif %}
+
         </div>
     {% endif %}
 {% endblock %}