diff options
author | Javier Hernandez <jhernandez@soleta.eu> | 2024-01-18 10:21:05 +0100 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2024-01-18 10:27:09 +0100 |
commit | cfd98c664b5e2f5d617d7509e52ab95281641aeb (patch) | |
tree | dd49f80943aacaae1ab8663651d6341df50c3426 | |
parent | 4acb37d8c573f19f25fdaa1c0ecd0125ba45e79b (diff) |
templates: fix wrong navigation details
Fix wrong navigation details in template select_client.
-rw-r--r-- | ogcp/templates/actions/select_client.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ogcp/templates/actions/select_client.html b/ogcp/templates/actions/select_client.html index ca8fff2..01a4b1e 100644 --- a/ogcp/templates/actions/select_client.html +++ b/ogcp/templates/actions/select_client.html @@ -5,8 +5,8 @@ {% set sidebar_state = 'disabled' %} {% set btn_back = true %} -{% block nav_image %} active{% endblock %} -{% block nav_image_restore %} active{% endblock %} +{% block nav_setup %} active{% endblock %} +{% block nav_setup_setup %} active{% endblock %} {% block content %} {% set ip_list = form.ips.data.split(' ') %} |