From: Jérémy Fabre Date: Tue, 11 Oct 2016 09:07:12 +0000 (+0200) Subject: Add the lead organization logo to the project details X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=55a79e206dc4d4c7c18c814ad775a35077504859;p=mezzo.git Add the lead organization logo to the project details --- diff --git a/app/templates/projects/project_detail.html b/app/templates/projects/project_detail.html index 8f849e88..f5a81066 100644 --- a/app/templates/projects/project_detail.html +++ b/app/templates/projects/project_detail.html @@ -277,6 +277,11 @@
    + {% if project.lead_organization %} + {% with project.lead_organization.images.all|get_type:'logo' as images %} + {% include 'core/inc/logo.html' %} + {% endwith %} + {% endif %} {% for organization in project.organizations.all %} {% with organization.images.all|get_type:'logo' as images %} {% include 'core/inc/logo.html' %}