summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/delete_client.html
diff options
context:
space:
mode:
authorJavier Sánchez Parra <jsanchez@soleta.eu>2022-03-07 15:30:43 +0100
committerJavier Sánchez Parra <jsanchez@soleta.eu>2022-03-07 16:39:12 +0100
commit45d1d56ed969963c3a8e8c26b49afa143cc1ef39 (patch)
tree962d92fd96aaa23d622f7a8e546384ef3d805a7a /ogcp/templates/actions/delete_client.html
parent2afbb1e2082c176cf54c7660097a2e1e7e4674f7 (diff)
Set scopes nav buttons as active
When loading any scopes view, its nav button becomes active.
Diffstat (limited to 'ogcp/templates/actions/delete_client.html')
-rw-r--r--ogcp/templates/actions/delete_client.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/ogcp/templates/actions/delete_client.html b/ogcp/templates/actions/delete_client.html
index 7a144b5..637be21 100644
--- a/ogcp/templates/actions/delete_client.html
+++ b/ogcp/templates/actions/delete_client.html
@@ -2,6 +2,8 @@
{% import "bootstrap/wtf.html" as wtf %}
{% import "macros.html" as macros %}
+{% block nav_client %} active{% endblock %}
+{% block nav_client_delete %} active{% endblock %}
{% block content %}
{% set ip_list = form.ips.data.split(' ') %}