From 57ab7c11a90f6d4b9a2d54d5590aad88ae7a133f Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Mon, 14 Mar 2022 17:24:23 +0100 Subject: Add back button to all actions Add a back button to facilitate users to return to the previous page. --- ogcp/templates/actions/mode.html | 1 + 1 file changed, 1 insertion(+) (limited to 'ogcp/templates/actions/mode.html') diff --git a/ogcp/templates/actions/mode.html b/ogcp/templates/actions/mode.html index d4cb9de..44de8ac 100644 --- a/ogcp/templates/actions/mode.html +++ b/ogcp/templates/actions/mode.html @@ -3,6 +3,7 @@ {% import "macros.html" as macros %} {% set sidebar_state = 'disabled' %} +{% set btn_back = true %} {% block nav_setup %} active{% endblock %} {% block nav_setup_set_bootmode %} active{% endblock %} -- cgit v1.2.3-18-g5258