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/delete_client.html | 1 + 1 file changed, 1 insertion(+) (limited to 'ogcp/templates/actions/delete_client.html') diff --git a/ogcp/templates/actions/delete_client.html b/ogcp/templates/actions/delete_client.html index 80e91c7..1a44eb2 100644 --- a/ogcp/templates/actions/delete_client.html +++ b/ogcp/templates/actions/delete_client.html @@ -3,6 +3,7 @@ {% import "macros.html" as macros %} {% set sidebar_state = 'disabled' %} +{% set btn_back = true %} {% block nav_client %} active{% endblock %} {% block nav_client_delete %} active{% endblock %} -- cgit v1.2.3-18-g5258