From: Jérémy Fabre Date: Thu, 22 Sep 2016 16:13:47 +0000 (+0200) Subject: Add optional breadcrumb on project page X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=fd32aa64a342a5c055ba6bb7a418f6f69fabe74b;p=mezzo.git Add optional breadcrumb on project page --- diff --git a/app/templates/projects/project_detail.html b/app/templates/projects/project_detail.html index 6506e42e..422fec1d 100644 --- a/app/templates/projects/project_detail.html +++ b/app/templates/projects/project_detail.html @@ -19,8 +19,12 @@ {{ block.super }} - - + {% if department %} + + {% endif %} + {% if project.lead_team %} + + {% endif %}