aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/oauth2/resources.html
diff options
context:
space:
mode:
authorAlexander_Kabui2024-09-26 14:40:38 +0300
committerAlexander_Kabui2024-09-26 14:40:38 +0300
commite062ac387aa48c40f8cfba720cbbfc7fc86320d1 (patch)
tree9443f3b1c7319d8b02f00fa4acb3b5ad203702f7 /gn2/wqflask/templates/oauth2/resources.html
parent386130487dc5287382ebc27413a642253c953986 (diff)
downloadgenenetwork2-e062ac387aa48c40f8cfba720cbbfc7fc86320d1.tar.gz
feat: Modify templates to extend from index_page.
* This ensures we have the global search functionality included for all.
Diffstat (limited to 'gn2/wqflask/templates/oauth2/resources.html')
-rw-r--r--gn2/wqflask/templates/oauth2/resources.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/oauth2/resources.html b/gn2/wqflask/templates/oauth2/resources.html
index c52043db..c7055211 100644
--- a/gn2/wqflask/templates/oauth2/resources.html
+++ b/gn2/wqflask/templates/oauth2/resources.html
@@ -1,4 +1,4 @@
-{%extends "base.html"%}
+{% extends "index_page.html" %}
{%from "oauth2/profile_nav.html" import profile_nav%}
{%block title%}View User{%endblock%}
{%block content%}