From 001db73d832b68627899fc008679e90c27bf4b33 Mon Sep 17 00:00:00 2001 From: Baptiste Mispelon Date: Fri, 26 Jan 2024 15:24:13 +0100 Subject: [PATCH] Removed ctx nav element from HTML if empty Refs #152 --- trac-env/templates/django_theme.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/trac-env/templates/django_theme.html b/trac-env/templates/django_theme.html index fb1292f..405d262 100644 --- a/trac-env/templates/django_theme.html +++ b/trac-env/templates/django_theme.html @@ -34,18 +34,19 @@ # if resourcepath_template: # include resourcepath_template ignore missing # endif + + # if chrome.ctxtnav: + # endif ${jmacros.warnings(chrome.warnings)}