diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-03-31 17:24:01 +0200 |
---|---|---|
committer | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-04-01 15:07:05 +0200 |
commit | 02836444a9e24c85b40a7ea0b7cd67c419b4b15d (patch) | |
tree | 38d1f1ac9f4268c158d140b3a548c0596dbd36aa | |
parent | 52a06822b273d2d35d9b630c889435fed80d2b0f (diff) |
Fix typo in scopes template
Otherwise, scopes' actions do not set the scopes tree read only.
Commit feed135554543 introduces this typo.
-rw-r--r-- | ogcp/templates/scopes.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} |