diff options
Diffstat (limited to 'ogcp/templates/actions/delete_client.html')
-rw-r--r-- | ogcp/templates/actions/delete_client.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ogcp/templates/actions/delete_client.html b/ogcp/templates/actions/delete_client.html index 637be21..80e91c7 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 %} +{% set sidebar_state = 'disabled' %} + {% block nav_client %} active{% endblock %} {% block nav_client_delete %} active{% endblock %} {% block content %} |