From 90b0956f718b5940e9ed89562e87837cb2a062ae Mon Sep 17 00:00:00 2001 From: RubenPX Date: Sat, 12 Feb 2022 01:53:48 +0100 Subject: [PATCH 1/2] add help link to vertical panel --- musician/templates/musician/base.html | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/musician/templates/musician/base.html b/musician/templates/musician/base.html index e8cf514..35f09c6 100644 --- a/musician/templates/musician/base.html +++ b/musician/templates/musician/base.html @@ -69,8 +69,13 @@ + + + {% block script %} From 80a93ea8c056f42dce75b0cc8362d0b645965532 Mon Sep 17 00:00:00 2001 From: RubenPX Date: Sat, 12 Feb 2022 02:22:23 +0100 Subject: [PATCH 2/2] fix hover help button --- musician/templates/musician/base.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/musician/templates/musician/base.html b/musician/templates/musician/base.html index 35f09c6..0f41767 100644 --- a/musician/templates/musician/base.html +++ b/musician/templates/musician/base.html @@ -68,9 +68,11 @@ + +