diff options
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> |