From 3271a4a08da08447a07f694147b3b9c2a422aa96 Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Wed, 2 Mar 2022 17:13:24 +0100 Subject: Extend commands html Otherwise, this actions pages lose the scopes tree and the commands buttons. --- ogcp/templates/actions/image_create.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ogcp/templates/actions/image_create.html') diff --git a/ogcp/templates/actions/image_create.html b/ogcp/templates/actions/image_create.html index 6d1d58e..dc4c4a2 100644 --- a/ogcp/templates/actions/image_create.html +++ b/ogcp/templates/actions/image_create.html @@ -1,4 +1,4 @@ -{% extends 'base.html' %} +{% extends 'commands.html' %} {% import "bootstrap/wtf.html" as wtf %} {% block content %} -- cgit v1.2.3-18-g5258