diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-03-04 11:04:22 +0100 |
---|---|---|
committer | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-03-04 11:04:22 +0100 |
commit | cc533aa3cc3844f587451ae357573deb8ed3f62e (patch) | |
tree | 5e9de03566a04f92e5da14434df6347cc087d4f0 /ogcp/templates/actions/client_details.html | |
parent | 16ef1ae7ac93f8d0cc2b9ae0ac82bdf7d4e99343 (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.html | 2 |
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> |