aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/oauth2/group.html
diff options
context:
space:
mode:
authorAlexander Kabui2024-10-01 10:36:13 +0300
committerGitHub2024-10-01 10:36:13 +0300
commitf75ea839c34e73c916c30b6857611cfc618940dd (patch)
tree5f2cc86d18a44c4e0f253bcf632695085c341521 /gn2/wqflask/templates/oauth2/group.html
parentae572dfe805defc4d40d173325178f5b08c080bf (diff)
parent5b840e6421ae5b20ce946642053ff702d0588f03 (diff)
downloadgenenetwork2-f75ea839c34e73c916c30b6857611cfc618940dd.tar.gz
Merge pull request #877 from genenetwork/feature/cleanup-base-fileHEADtesting
Feature/cleanup base file
Diffstat (limited to 'gn2/wqflask/templates/oauth2/group.html')
-rw-r--r--gn2/wqflask/templates/oauth2/group.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/oauth2/group.html b/gn2/wqflask/templates/oauth2/group.html
index f4c29d18..0da8d754 100644
--- a/gn2/wqflask/templates/oauth2/group.html
+++ b/gn2/wqflask/templates/oauth2/group.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%}