about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-09-26 03:48:32 +0300
committerFrederick Muriuki Muriithi2023-10-26 05:00:28 +0300
commit9af810b37081e740ef3aaa178c0a03708ffa5edb (patch)
tree0cd4017a3e66a2638f605fdb2d05f14fb6d456d9
parent54999c631df18dc2f2bf4df14eb0bde4f9fa3970 (diff)
downloadgenenetwork2-9af810b37081e740ef3aaa178c0a03708ffa5edb.tar.gz
Update template: remove group from resources
-rw-r--r--wqflask/wqflask/templates/oauth2/view-resource.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/oauth2/view-resource.html b/wqflask/wqflask/templates/oauth2/view-resource.html
index 212795f5..cc116b5e 100644
--- a/wqflask/wqflask/templates/oauth2/view-resource.html
+++ b/wqflask/wqflask/templates/oauth2/view-resource.html
@@ -22,7 +22,6 @@
 	  <tr>
 	    <th>Name</th>
 	    <th>Category</th>
-	    <th>Group</th>
 	    <th colspan="3" style="text-align: center;">Actions</th>
 	  </tr>
 	</thead>
@@ -31,7 +30,6 @@
 	  <tr>
 	    <td>{{resource.resource_name}}</td>
 	    <td>{{resource.resource_category.resource_category_description}}</td>
-	    <td>{{resource.group.group_name}}</td>
 	    <td>
 	      <form method="POST"
 		    action="{{url_for(