From: Damien Lespiau Date: Sat, 20 Sep 2014 22:13:15 +0000 (+0100) Subject: base: Don't display the breadcrumb bar on the project list page X-Git-Tag: v1.1.0~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3813b420175720ea4dea0baf0a2ccce380ac8ef0;p=thirdparty%2Fpatchwork.git 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 --- 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 %}