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/image_details.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ogcp/templates/actions/image_details.html') diff --git a/ogcp/templates/actions/image_details.html b/ogcp/templates/actions/image_details.html index e54d3e8..b0677b7 100644 --- a/ogcp/templates/actions/image_details.html +++ b/ogcp/templates/actions/image_details.html @@ -1,6 +1,8 @@ {% extends 'images.html' %} {% import "bootstrap/wtf.html" as wtf %} +{% set btn_back = true %} + {% block content %}

{{_('Image details')}}

-- cgit v1.2.3-18-g5258