From fd32aa64a342a5c055ba6bb7a418f6f69fabe74b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Thu, 22 Sep 2016 18:13:47 +0200 Subject: [PATCH] Add optional breadcrumb on project page --- app/templates/projects/project_detail.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 %} -- 2.39.5