From 45d1d56ed969963c3a8e8c26b49afa143cc1ef39 Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Mon, 7 Mar 2022 15:30:43 +0100 Subject: Set scopes nav buttons as active When loading any scopes view, its nav button becomes active. --- ogcp/templates/actions/client_details.html | 1 + 1 file changed, 1 insertion(+) (limited to 'ogcp/templates/actions/client_details.html') diff --git a/ogcp/templates/actions/client_details.html b/ogcp/templates/actions/client_details.html index f06fcda..62d73c7 100644 --- a/ogcp/templates/actions/client_details.html +++ b/ogcp/templates/actions/client_details.html @@ -3,6 +3,7 @@ {% block nav_client %} active{% endblock %} {% block nav_client_details %} active{% endblock %} +{% block nav_client_add %}active{% endblock %} {% block content %}

{{_('Client details')}}

-- cgit v1.2.3-18-g5258