summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/client_details.html
diff options
context:
space:
mode:
authorJavier Sánchez Parra <jsanchez@soleta.eu>2022-03-04 11:04:22 +0100
committerJavier Sánchez Parra <jsanchez@soleta.eu>2022-03-04 11:04:22 +0100
commitcc533aa3cc3844f587451ae357573deb8ed3f62e (patch)
tree5e9de03566a04f92e5da14434df6347cc087d4f0 /ogcp/templates/actions/client_details.html
parent16ef1ae7ac93f8d0cc2b9ae0ac82bdf7d4e99343 (diff)
Set commands nav buttons as active
When loading any command view, its nav button becomes active.
Diffstat (limited to 'ogcp/templates/actions/client_details.html')
-rw-r--r--ogcp/templates/actions/client_details.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/ogcp/templates/actions/client_details.html b/ogcp/templates/actions/client_details.html
index 102f333..f06fcda 100644
--- a/ogcp/templates/actions/client_details.html
+++ b/ogcp/templates/actions/client_details.html
@@ -1,6 +1,8 @@
{% extends parent %}
{% import "bootstrap/wtf.html" as wtf %}
+{% block nav_client %} active{% endblock %}
+{% block nav_client_details %} active{% endblock %}
{% block content %}
<h1 class="m-5">{{_('Client details')}}</h1>