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_image.html | 1 + 1 file changed, 1 insertion(+) (limited to 'ogcp/templates/actions/delete_image.html') diff --git a/ogcp/templates/actions/delete_image.html b/ogcp/templates/actions/delete_image.html index 83cbc41..4f3c436 100644 --- a/ogcp/templates/actions/delete_image.html +++ b/ogcp/templates/actions/delete_image.html @@ -2,6 +2,7 @@ {% import "bootstrap/wtf.html" as wtf %} {% set sidebar_state = 'disabled' %} +{% set btn_back = true %} {% block content %} -- cgit v1.2.3-18-g5258