diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-03-03 11:11:23 +0100 |
---|---|---|
committer | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-03-03 11:41:16 +0100 |
commit | 4005b019ee013c223a6ca3b31dd8fb7799c838d1 (patch) | |
tree | 977b0ff98eaf2c0f9395a33c840ebfd53a8f8aa1 /ogcp/templates | |
parent | 3db3659499e7e59aa92a0103ec6bc6050cef5a4a (diff) |
Extend scopes or commands in client details
Both "Add client" and "Client details" views use client_details.html
template. With this commit, "Add client" extends scopes.html and "Client
details" extend commands.hmlt.
Diffstat (limited to 'ogcp/templates')
-rw-r--r-- | ogcp/templates/actions/client_details.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/actions/client_details.html b/ogcp/templates/actions/client_details.html index 34dea36..102f333 100644 --- a/ogcp/templates/actions/client_details.html +++ b/ogcp/templates/actions/client_details.html @@ -1,4 +1,4 @@ -{% extends 'commands.html' %} +{% extends parent %} {% import "bootstrap/wtf.html" as wtf %} {% block content %} |