mirror of https://git.48k.eu/ogcp
Fix typo in scopes template
Otherwise, scopes' actions do not set the scopes tree read only.
Commit feed135554
introduces this typo.
multi-ogserver
parent
52a06822b2
commit
02836444a9
|
@ -12,7 +12,7 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block sidebar %}
|
||||
{{ macros.scopes_tree_collapse(scopes, sidebar_status) }}
|
||||
{{ macros.scopes_tree_collapse(scopes, sidebar_state) }}
|
||||
{% endblock %}
|
||||
|
||||
{% block commands %}
|
||||
|
|
Loading…
Reference in New Issue