diff options
Diffstat (limited to 'ogcp/templates/actions/image_details.html')
-rw-r--r-- | ogcp/templates/actions/image_details.html | 2 |
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> |