diff options
Diffstat (limited to 'gn2/wqflask/templates/oauth2/role.html')
-rw-r--r-- | gn2/wqflask/templates/oauth2/role.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/oauth2/role.html b/gn2/wqflask/templates/oauth2/role.html index c33c93ee..4303c8c8 100644 --- a/gn2/wqflask/templates/oauth2/role.html +++ b/gn2/wqflask/templates/oauth2/role.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%} |