templates: fix wrong navigation details

Fix wrong navigation details in template select_client.
master
Javier Hernandez 2024-01-18 10:21:05 +01:00 committed by OpenGnSys Support Team
parent 4acb37d8c5
commit cfd98c664b
1 changed files with 2 additions and 2 deletions

View File

@ -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(' ') %}