diff options
author | Frederick Muriuki Muriithi | 2023-05-30 12:41:03 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-05-30 12:41:03 +0300 |
commit | 7795c792d306d50e2254321889c4922f327f7587 (patch) | |
tree | 4f1cc34120d9fff7b0b4cff2f1c5ef95d00cd671 | |
parent | 0ade65915a247c4ae151e83850ab2be341d6815e (diff) | |
download | genenetwork3-7795c792d306d50e2254321889c4922f327f7587.tar.gz |
Provide logout link.
-rw-r--r-- | gn3/templates/admin/dashboard.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gn3/templates/admin/dashboard.html b/gn3/templates/admin/dashboard.html index 49bf2f6..889e652 100644 --- a/gn3/templates/admin/dashboard.html +++ b/gn3/templates/admin/dashboard.html @@ -12,5 +12,9 @@ <a href="{{url_for('oauth2.admin.register_client')}}" title="Register a new OAuth2 client.">Register OAuth2 Client</a> </li> + <li> + <a href="{{url_for('oauth2.admin.logout')}}" + title="Log out of the system.">Logout</a> + </li> </ul> {%endblock%} |