From 43b08e4dd8b88ce936458bb39b67efe9c6f2acb2 Mon Sep 17 00:00:00 2001 From: Rad Cirskis Date: Sat, 13 Aug 2022 01:45:56 +1200 Subject: [PATCH 1/2] make active current model in the navigation --- admin_volt/templates/admin/sidebar.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin_volt/templates/admin/sidebar.html b/admin_volt/templates/admin/sidebar.html index 544fc61..cb09bc3 100644 --- a/admin_volt/templates/admin/sidebar.html +++ b/admin_volt/templates/admin/sidebar.html @@ -79,9 +79,9 @@

Hi, {{ request.user.first_name|default:request.user.username - \ No newline at end of file + From ec59c716c59ff23f380a1bfe740cd906bd6e42d1 Mon Sep 17 00:00:00 2001 From: Rad Cirskis Date: Sat, 13 Aug 2022 02:15:14 +1200 Subject: [PATCH 2/2] expended application nav-time list for the current selected application of or moded --- admin_volt/templates/admin/sidebar.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/admin_volt/templates/admin/sidebar.html b/admin_volt/templates/admin/sidebar.html index cb09bc3..f38fe85 100644 --- a/admin_volt/templates/admin/sidebar.html +++ b/admin_volt/templates/admin/sidebar.html @@ -60,10 +60,12 @@

Hi, {{ request.user.first_name|default:request.user.username {% for app in app_list %} {% if app.has_perms and not app.pinned %}