diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-03-14 17:24:23 +0100 |
---|---|---|
committer | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-03-14 17:24:23 +0100 |
commit | 57ab7c11a90f6d4b9a2d54d5590aad88ae7a133f (patch) | |
tree | bdde3a47818be37071f41931b2ca786a3c9b3fe2 /ogcp/templates/actions/delete_client.html | |
parent | feed13555454335355063f6b06dd9f035c5369ae (diff) |
Add back button to all actions
Add a back button to facilitate users to return to the previous page.
Diffstat (limited to 'ogcp/templates/actions/delete_client.html')
-rw-r--r-- | ogcp/templates/actions/delete_client.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 %} |