From 02836444a9e24c85b40a7ea0b7cd67c419b4b15d Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Thu, 31 Mar 2022 17:24:01 +0200 Subject: Fix typo in scopes template Otherwise, scopes' actions do not set the scopes tree read only. Commit feed135554543 introduces this typo. --- ogcp/templates/scopes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ogcp/templates/scopes.html') diff --git a/ogcp/templates/scopes.html b/ogcp/templates/scopes.html index 401a40b..95d527a 100644 --- a/ogcp/templates/scopes.html +++ b/ogcp/templates/scopes.html @@ -12,7 +12,7 @@ {% endblock %} {% block sidebar %} - {{ macros.scopes_tree_collapse(scopes, sidebar_status) }} + {{ macros.scopes_tree_collapse(scopes, sidebar_state) }} {% endblock %} {% block commands %} -- cgit v1.2.3-18-g5258