aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-06-17 15:46:26 -0500
committerAlexander_Kabui2024-08-28 15:02:45 +0300
commit3ec7180cfe0fdd8dc7d7064d9a34e421efdac14e (patch)
treeed038c4b67b18e113ed3b7fb33a9c2373317514e /gn2/wqflask/templates
parent1484101101bbc3d1388fc351f44c494cb1b72540 (diff)
downloadgenenetwork2-3ec7180cfe0fdd8dc7d7064d9a34e421efdac14e.tar.gz
Fix error display logic
Diffstat (limited to 'gn2/wqflask/templates')
-rw-r--r--gn2/wqflask/templates/oauth2/create-role.html4
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',