]> git.parisson.com Git - mezzo.git/commitdiff
Add block title
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 22 Sep 2016 15:32:54 +0000 (17:32 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 22 Sep 2016 15:32:54 +0000 (17:32 +0200)
app/templates/projects/project_detail.html

index babb3f023d32a6d81d140e7f91a2f96af6ac16e5..ee3c42ada0e7b4a5049f07b2e0a26a38abde9d94 100644 (file)
@@ -54,7 +54,7 @@
 <div>
   <div>
     {% trans "Project details" %}<br>
-    
+
     {% if project.program %}
       {% trans "Program" %} {{ project.program }}<br>
     {% endif %}
@@ -95,6 +95,7 @@
 {% endblock %}
 
 {% block logo %}
+{% trans "Partners" %}<br>
 {% for organization in project.organizations.all %}
   {% with organization.images.all|get_type:'logo' as images %}
     {% include 'core/inc/logo.html' %}