diff options
author | Frederick Muriuki Muriithi | 2024-06-06 10:14:02 -0500 |
---|---|---|
committer | Alexander_Kabui | 2024-08-28 15:02:45 +0300 |
commit | e4fc0eb4ed80931bbd36f3777b06d9343a2008d0 (patch) | |
tree | a9839ade54cdee9d31a9c372a457ac2c05e302ff /gn2/wqflask/templates/oauth2 | |
parent | 503795f16fbed1b5e6ea7ecffeb1a25cf3548d8e (diff) | |
download | genenetwork2-e4fc0eb4ed80931bbd36f3777b06d9343a2008d0.tar.gz |
Remove the "Roles" page.
Diffstat (limited to 'gn2/wqflask/templates/oauth2')
-rw-r--r-- | gn2/wqflask/templates/oauth2/profile_nav.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gn2/wqflask/templates/oauth2/profile_nav.html b/gn2/wqflask/templates/oauth2/profile_nav.html index aa752905..c79bccbc 100644 --- a/gn2/wqflask/templates/oauth2/profile_nav.html +++ b/gn2/wqflask/templates/oauth2/profile_nav.html @@ -17,13 +17,6 @@ </li> <li role="presentation" - {%if calling_page == "roles"%} - class="active" - {%endif%}> - <a href="{{url_for('oauth2.role.user_roles')}}">Roles</a> - </li> - - <li role="presentation" {%if calling_page == "resources"%} class="active" {%endif%}> |