diff options
author | Frederick Muriuki Muriithi | 2024-06-17 15:46:26 -0500 |
---|---|---|
committer | Alexander_Kabui | 2024-08-28 15:02:45 +0300 |
commit | 3ec7180cfe0fdd8dc7d7064d9a34e421efdac14e (patch) | |
tree | ed038c4b67b18e113ed3b7fb33a9c2373317514e /gn2/wqflask/templates/oauth2 | |
parent | 1484101101bbc3d1388fc351f44c494cb1b72540 (diff) | |
download | genenetwork2-3ec7180cfe0fdd8dc7d7064d9a34e421efdac14e.tar.gz |
Fix error display logic
Diffstat (limited to 'gn2/wqflask/templates/oauth2')
-rw-r--r-- | gn2/wqflask/templates/oauth2/create-role.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn2/wqflask/templates/oauth2/create-role.html b/gn2/wqflask/templates/oauth2/create-role.html index 198eacdd..6cf0bb78 100644 --- a/gn2/wqflask/templates/oauth2/create-role.html +++ b/gn2/wqflask/templates/oauth2/create-role.html @@ -9,8 +9,8 @@ <p>Create a new role to act on resource "{{resource.resource_name}}"</p> - {%if group_privileges_error is defined%} - {{display_error("Group Privileges", group_privileges_error)}} + {%if resource_role_error is defined%} + {{display_error("Resource Role", resource_role_error)}} {%else%} {%if "resource:role:create-role" in (user_privileges|map(attribute="privilege_id")) %} <form method="POST" action="{{url_for('oauth2.resource.create_resource_role', |