summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/commands.html
diff options
context:
space:
mode:
authorJose M. Guisado <jguisado@soleta.eu>2022-02-22 12:34:03 +0100
committerJose M. Guisado <jguisado@soleta.eu>2022-02-22 12:34:03 +0100
commit07b69dab9045aa7b2dd41804ecb0eafd51defdcb (patch)
treea042a2d7792bc8c4c0a981665a40e7ea7b291b8d /ogcp/templates/commands.html
parent5d9ad78ed3a89b4c60c179012fd7b38b22da2b96 (diff)
Merge nav into base template
{% block %} defined in nav template cannot be overriden by child templates from base. This is a limitation in jinja. Merge nav into base template so jinja blocks so no {% include %} is used and these blocks can be overriden by child templates (commands, images, dashboard...) Avoid using request.endpoint to determine active nav item, decoupling endpoint names from navigation. Instead use child templates to override jinja blocks. [1] https://stackoverflow.com/q/40537752 https://stackoverflow.com/a/40562662 https://github.com/pallets/jinja/issues/243
Diffstat (limited to 'ogcp/templates/commands.html')
-rw-r--r--ogcp/templates/commands.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/commands.html b/ogcp/templates/commands.html
index ac41354..28ad9b0 100644
--- a/ogcp/templates/commands.html
+++ b/ogcp/templates/commands.html
@@ -1,7 +1,7 @@
{% extends 'base.html' %}
{% import "macros.html" as macros %}
-{% block nav_scopes %}active{% endblock %}
+{% block nav_commands %}active{% endblock %}
{% block container %}
<form id="scopesForm">