From b0fb32d7673e2d892b4645cee8e16f7f157e26f6 Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Thu, 3 Mar 2022 12:25:31 +0100 Subject: Extend scopes html Otherwise, this actions pages lose the scopes tree and the scopes buttons. --- ogcp/templates/actions/add_center.html | 2 +- ogcp/templates/actions/add_room.html | 2 +- ogcp/templates/actions/delete_center.html | 2 +- ogcp/templates/actions/delete_room.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'ogcp/templates/actions') diff --git a/ogcp/templates/actions/add_center.html b/ogcp/templates/actions/add_center.html index 10759c7..59ab450 100644 --- a/ogcp/templates/actions/add_center.html +++ b/ogcp/templates/actions/add_center.html @@ -1,4 +1,4 @@ -{% extends 'base.html' %} +{% extends 'scopes.html' %} {% import "bootstrap/wtf.html" as wtf %} {% block content %} diff --git a/ogcp/templates/actions/add_room.html b/ogcp/templates/actions/add_room.html index dffdc87..d3ecc8b 100644 --- a/ogcp/templates/actions/add_room.html +++ b/ogcp/templates/actions/add_room.html @@ -1,4 +1,4 @@ -{% extends 'base.html' %} +{% extends 'scopes.html' %} {% import "bootstrap/wtf.html" as wtf %} {% block content %} diff --git a/ogcp/templates/actions/delete_center.html b/ogcp/templates/actions/delete_center.html index 3a01c93..1a52cdd 100644 --- a/ogcp/templates/actions/delete_center.html +++ b/ogcp/templates/actions/delete_center.html @@ -1,4 +1,4 @@ -{% extends 'base.html' %} +{% extends 'scopes.html' %} {% import "bootstrap/wtf.html" as wtf %} {% block content %} diff --git a/ogcp/templates/actions/delete_room.html b/ogcp/templates/actions/delete_room.html index a5aa529..1761bb3 100644 --- a/ogcp/templates/actions/delete_room.html +++ b/ogcp/templates/actions/delete_room.html @@ -1,4 +1,4 @@ -{% extends 'base.html' %} +{% extends 'scopes.html' %} {% import "bootstrap/wtf.html" as wtf %} {% block content %} -- cgit v1.2.3-18-g5258