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/delete_room.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ogcp/templates/actions/delete_room.html') 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