about summary refs log tree commit diff
path: root/gn3/templates/admin/list-oauth2-clients.html
diff options
context:
space:
mode:
Diffstat (limited to 'gn3/templates/admin/list-oauth2-clients.html')
-rw-r--r--gn3/templates/admin/list-oauth2-clients.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/gn3/templates/admin/list-oauth2-clients.html b/gn3/templates/admin/list-oauth2-clients.html
index f6bbcb2..02f73d4 100644
--- a/gn3/templates/admin/list-oauth2-clients.html
+++ b/gn3/templates/admin/list-oauth2-clients.html
@@ -8,7 +8,7 @@
 <h1>Genenetwork3: OAuth2 Clients</h1>
 
 <table>
-  <legend>List of registered OAuth2 clients</legend>
+  <caption>List of registered OAuth2 clients</caption>
   <thead>
     <tr>
       <th>Client ID</th>
@@ -27,7 +27,7 @@
       <td>{{client.client_metadata.default_redirect_uri}}</td>
       <td>{{client.user.name}} ({{client.user.email}})</td>
       <td>
-	<a href="#{{client.client_id}}"
+	<a href="{{url_for('oauth2.admin.view_client', client_id=client.client_id)}}"
 	   title"View/Edit client {{client.client_metadata.client_name}}">
 	  View/Edit
 	</a>