From 41b7dfc4237367c6c4c13666964940644e4f8414 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 27 Apr 2023 05:47:20 +0300 Subject: oauth2: UI - Remove `Edit` element The `Edit` button was unnecessary, since the `View` button gives the user access to a UI that allows them to edit the role. --- wqflask/wqflask/templates/oauth2/list_roles.html | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/oauth2/list_roles.html b/wqflask/wqflask/templates/oauth2/list_roles.html index 08f4debc..fe8d77cf 100644 --- a/wqflask/wqflask/templates/oauth2/list_roles.html +++ b/wqflask/wqflask/templates/oauth2/list_roles.html @@ -44,7 +44,7 @@ Role Name - Actions + Actions @@ -58,13 +58,6 @@ View - - - Edit - - {%else%} -- cgit v1.2.3