diff options
Diffstat (limited to 'ogcp/templates/actions/session.html')
-rw-r--r-- | ogcp/templates/actions/session.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ogcp/templates/actions/session.html b/ogcp/templates/actions/session.html index 189ceb4..3bbeb10 100644 --- a/ogcp/templates/actions/session.html +++ b/ogcp/templates/actions/session.html @@ -1,6 +1,8 @@ {% extends 'commands.html' %} {% import "bootstrap/wtf.html" as wtf %} +{% block nav_client %} active{% endblock %} +{% block nav_client_session %} active{% endblock %} {% block content %} {% set ip_list = form.ips.data.split(' ') %} |