From 17e13ad6a8b799ca769adc533555ce0c908e67d5 Mon Sep 17 00:00:00 2001 From: "Jose M. Guisado" Date: Tue, 22 Feb 2022 12:57:20 +0100 Subject: Add nav blocks to commands template Adds empty jinja blocks for the class attribute of all action buttons. Child templates from command (actions) can set their nav button as active overriding the corresponding {% block %}. Currently, not all action templates extends the commands.html template. This is not a problem, as the blocks are just empty. This is a preparation for changes on each action template to extend commands.html template. --- ogcp/templates/commands.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'ogcp/templates') diff --git a/ogcp/templates/commands.html b/ogcp/templates/commands.html index 28ad9b0..74d4181 100644 --- a/ogcp/templates/commands.html +++ b/ogcp/templates/commands.html @@ -16,40 +16,40 @@ {% endblock %} {% block commands %} - - - - - - - - - - - - - -- cgit v1.2.3-18-g5258