diff options
Diffstat (limited to 'ogcp/templates/actions/mode.html')
-rw-r--r-- | ogcp/templates/actions/mode.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ogcp/templates/actions/mode.html b/ogcp/templates/actions/mode.html index 7e7f39e..184e046 100644 --- a/ogcp/templates/actions/mode.html +++ b/ogcp/templates/actions/mode.html @@ -2,6 +2,8 @@ {% import "bootstrap/wtf.html" as wtf %} {% import "macros.html" as macros %} +{% block nav_setup %} active{% endblock %} +{% block nav_setup_set_bootmode %} active{% endblock %} {% block content %} {% set ip_list = form.ips.data.split(' ') %} |