From 2614c9304eef5fbbe33898c0e5e804b76cab8ba5 Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Fri, 12 Aug 2022 10:38:04 +0200 Subject: Add a client to a room using the scopes tree With this commit users can select a room from the scopes tree, and then add a client to that room. --- ogcp/templates/macros.html | 8 +++++++- ogcp/views.py | 12 ++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/ogcp/templates/macros.html b/ogcp/templates/macros.html index 4da76d6..28c4f5a 100644 --- a/ogcp/templates/macros.html +++ b/ogcp/templates/macros.html @@ -23,7 +23,13 @@ {% macro scopes_tree_collapse_level(scopes, parent_id, state) -%} {% for scope in scopes %}