summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/legacy
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/legacy
parent16ef1ae7ac93f8d0cc2b9ae0ac82bdf7d4e99343 (diff)
Set commands nav buttons as active
When loading any command view, its nav button becomes active.
Diffstat (limited to 'ogcp/templates/actions/legacy')
-rw-r--r--ogcp/templates/actions/legacy/log.html2
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>