summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/image_details.html
diff options
context:
space:
mode:
authorJavier Sánchez Parra <jsanchez@soleta.eu>2022-03-14 17:24:23 +0100
committerJavier Sánchez Parra <jsanchez@soleta.eu>2022-03-14 17:24:23 +0100
commit57ab7c11a90f6d4b9a2d54d5590aad88ae7a133f (patch)
treebdde3a47818be37071f41931b2ca786a3c9b3fe2 /ogcp/templates/actions/image_details.html
parentfeed13555454335355063f6b06dd9f035c5369ae (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/image_details.html')
-rw-r--r--ogcp/templates/actions/image_details.html2
1 files changed, 2 insertions, 0 deletions
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 %}
<h1 class="m-5">{{_('Image details')}}</h1>