diff options
Diffstat (limited to 'ogcp/templates/commands.html')
-rw-r--r-- | ogcp/templates/commands.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/commands.html b/ogcp/templates/commands.html index ac41354..28ad9b0 100644 --- a/ogcp/templates/commands.html +++ b/ogcp/templates/commands.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% import "macros.html" as macros %} -{% block nav_scopes %}active{% endblock %} +{% block nav_commands %}active{% endblock %} {% block container %} <form id="scopesForm"> |