diff options
-rw-r--r-- | wqflask/wqflask/templates/oauth2/view-resource.html | 2 |
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( |