From 3813b420175720ea4dea0baf0a2ccce380ac8ef0 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Sat, 20 Sep 2014 23:13:15 +0100 Subject: [PATCH] base: Don't display the breadcrumb bar on the project list page We already have the information on the main bar, no need to have a breadcum bar here. Signed-off-by: Damien Lespiau --- templates/base.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/templates/base.html b/templates/base.html index f992f944..75083b68 100644 --- a/templates/base.html +++ b/templates/base.html @@ -59,9 +59,9 @@ +{% if project %} +{% endif %} {% if messages %}
{% for message in messages %} -- 2.47.3