diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-03-03 12:25:31 +0100 |
---|---|---|
committer | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-03-03 12:25:31 +0100 |
commit | b0fb32d7673e2d892b4645cee8e16f7f157e26f6 (patch) | |
tree | 642feb8d3dafe3fdc10cdf8061151a5a7af32e1c /ogcp/templates/actions/add_room.html | |
parent | 4005b019ee013c223a6ca3b31dd8fb7799c838d1 (diff) |
Extend scopes html
Otherwise, this actions pages lose the scopes tree and the scopes
buttons.
Diffstat (limited to 'ogcp/templates/actions/add_room.html')
-rw-r--r-- | ogcp/templates/actions/add_room.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} |