aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-09-22 10:31:34 +0300
committerFrederick Muriuki Muriithi2023-10-26 05:00:28 +0300
commit54999c631df18dc2f2bf4df14eb0bde4f9fa3970 (patch)
tree855937c3dd771b0e2cb6909a033b84c415342fc2
parent6d4c5da9ee61e63281364510520cca1c9e8b03c7 (diff)
downloadgenenetwork2-54999c631df18dc2f2bf4df14eb0bde4f9fa3970.tar.gz
Remove group from resource
A resource is not linked directly to a user group any more.
-rw-r--r--wqflask/wqflask/templates/oauth2/resources.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/oauth2/resources.html b/wqflask/wqflask/templates/oauth2/resources.html
index 0a9ea8fd..c52043db 100644
--- a/wqflask/wqflask/templates/oauth2/resources.html
+++ b/wqflask/wqflask/templates/oauth2/resources.html
@@ -23,7 +23,6 @@
<tr>
<th>Name</th>
<th>Category</th>
- <th>Group</th>
</tr>
</thead>
<tbody>
@@ -38,7 +37,6 @@
</a>
</td>
<td>{{resource.resource_category.resource_category_key}}</td>
- <td>{{resource.group.group_name}}</td>
</tr>
{%else%}
<tr>