From 8d5a512a829fa1fa761ba3804ca3f32bbdbc3459 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 13 Jul 2022 15:13:06 -0400 Subject: Hide menu entirely if there is nothing to show in it --- themes/lv2/templates/base.html | 54 ++++++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 26 deletions(-) (limited to 'themes/lv2/templates') diff --git a/themes/lv2/templates/base.html b/themes/lv2/templates/base.html index 45b8809..8c1525b 100644 --- a/themes/lv2/templates/base.html +++ b/themes/lv2/templates/base.html @@ -30,35 +30,37 @@ - + {% endif %}
{% block content %} -- cgit v1.2.1