From 16ef1ae7ac93f8d0cc2b9ae0ac82bdf7d4e99343 Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Thu, 3 Mar 2022 12:34:52 +0100 Subject: Extend images html in "image details" template Otherwise, "image details" page lose the images tree and buttons. --- ogcp/templates/actions/image_details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ogcp/templates') diff --git a/ogcp/templates/actions/image_details.html b/ogcp/templates/actions/image_details.html index a4feb55..e54d3e8 100644 --- a/ogcp/templates/actions/image_details.html +++ b/ogcp/templates/actions/image_details.html @@ -1,4 +1,4 @@ -{% extends 'base.html' %} +{% extends 'images.html' %} {% import "bootstrap/wtf.html" as wtf %} {% block content %} -- cgit v1.2.3-18-g5258