From efe97317534942c97bfbc132e096655b8191105f Mon Sep 17 00:00:00 2001 From: Daniel GarcĂ­a Moreno Date: Tue, 13 Sep 2022 12:01:23 +0200 Subject: Add different selection mode for the tree view --- ogcp/templates/commands.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ogcp/templates/commands.html') diff --git a/ogcp/templates/commands.html b/ogcp/templates/commands.html index dfcda91..c212600 100644 --- a/ogcp/templates/commands.html +++ b/ogcp/templates/commands.html @@ -12,7 +12,7 @@ {% endblock %} {% block sidebar %} - {{ macros.scopes_tree_collapse(scopes, sidebar_state) }} + {{ macros.scopes_tree_collapse(scopes, sidebar_state, 'commands') }} {% endblock %} {% block commands %} -- cgit v1.2.3-18-g5258