Fix typo in scopes template

Otherwise, scopes' actions do not set the scopes tree read only.

Commit feed135554 introduces this typo.
multi-ogserver
Javier Sánchez Parra 2022-03-31 17:24:01 +02:00
parent 52a06822b2
commit 02836444a9
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
{% endblock %}
{% block sidebar %}
{{ macros.scopes_tree_collapse(scopes, sidebar_status) }}
{{ macros.scopes_tree_collapse(scopes, sidebar_state) }}
{% endblock %}
{% block commands %}