From 4005b019ee013c223a6ca3b31dd8fb7799c838d1 Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Thu, 3 Mar 2022 11:11:23 +0100 Subject: 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. --- ogcp/templates/actions/client_details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ogcp/templates/actions/client_details.html') 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 %} -- cgit v1.2.3-18-g5258