From e062ac387aa48c40f8cfba720cbbfc7fc86320d1 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Thu, 26 Sep 2024 14:40:38 +0300 Subject: feat: Modify templates to extend from index_page. * This ensures we have the global search functionality included for all. --- .../templates/oauth2/confirm-resource-role-unassign-privilege.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn2/wqflask/templates/oauth2/confirm-resource-role-unassign-privilege.html') diff --git a/gn2/wqflask/templates/oauth2/confirm-resource-role-unassign-privilege.html b/gn2/wqflask/templates/oauth2/confirm-resource-role-unassign-privilege.html index 988cf3b4..deb22fe3 100644 --- a/gn2/wqflask/templates/oauth2/confirm-resource-role-unassign-privilege.html +++ b/gn2/wqflask/templates/oauth2/confirm-resource-role-unassign-privilege.html @@ -1,4 +1,4 @@ -{%extends "base.html"%} +{% extends "index_page.html" %} {%from "oauth2/profile_nav.html" import profile_nav%} {%from "oauth2/display_error.html" import display_error%} {%block title%}View User{%endblock%} -- cgit v1.2.3