diff options
Diffstat (limited to 'ogcp/templates/actions/legacy/log.html')
-rw-r--r-- | ogcp/templates/actions/legacy/log.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ogcp/templates/actions/legacy/log.html b/ogcp/templates/actions/legacy/log.html index 5442ad7..04427d5 100644 --- a/ogcp/templates/actions/legacy/log.html +++ b/ogcp/templates/actions/legacy/log.html @@ -1,6 +1,8 @@ {% extends 'commands.html' %} {% import "bootstrap/wtf.html" as wtf %} +{% block nav_logs %} active{% endblock %} +{% block nav_logs_log %} active{% endblock %} {% block content %} <h1 class="m-5">{{_('Client log')}}</h1> |