]> git.parisson.com Git - mezzo.git/commitdiff
Add IRCAM teams (fix #303)
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 27 Oct 2016 09:46:36 +0000 (11:46 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 27 Oct 2016 09:47:03 +0000 (11:47 +0200)
app/templates/projects/project_detail.html
lib/mezzanine-agenda

index c2e5e182342bdeb98974efa2a27e68eca3642410..b97e29ceabf8d67c7eac2bcf83471d67b50616ee 100644 (file)
                                                     {% trans "Partners" %}
                                                 </div>
                                                 <div class="project-details__item-desc">
-                                                    {% for team in project.teams.all %}
-                                                        {% if team.pages.all %}
-                                                            <a href="{% url "page" team.pages.all.0.slug %}">{{ team.short }}</a><br>
-                                                        {% endif %}
-                                                    {% endfor %}
                                                     {% for organization in project.organizations.all %}
                                                         {% if organization.url %}
                                                             <a href="{{ organization.url }}" target="_blank" title="{{ organization }}">
                                                         {% endif %}
                                                     {% endfor %}
                                                 </div>
-                                            </div>
 
+                                                <div class="project-details__item-title">
+                                                    {% trans "Ircam teams" %}
+                                                </div>
+                                                <div class="project-details__item-desc">
+                                                    {% for team in project.teams.all %}
+                                                        {% if team.pages.all %}
+                                                            <a href="{% url "page" team.pages.all.0.slug %}">{{ team.short }}</a><br>
+                                                        {% endif %}
+                                                    {% endfor %}
+                                                </div>
+                                            </div>
                                         </div>
                                     </div>
                                 </div>
index dc90ff21dd9305517992dec6bd63c8f488e4f71e..e5502e7d68ebb062f09bf5387fd103fc0b0d2a9f 160000 (submodule)
@@ -1 +1 @@
-Subproject commit dc90ff21dd9305517992dec6bd63c8f488e4f71e
+Subproject commit e5502e7d68ebb062f09bf5387fd103fc0b0d2a9f