aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/oauth2/resources.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn2/wqflask/oauth2/resources.py')
-rw-r--r--gn2/wqflask/oauth2/resources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/oauth2/resources.py b/gn2/wqflask/oauth2/resources.py
index 7d20b859..b8ca21fb 100644
--- a/gn2/wqflask/oauth2/resources.py
+++ b/gn2/wqflask/oauth2/resources.py
@@ -82,7 +82,7 @@ def view_resource(resource_id: uuid.UUID):
"oauth2/view-resource.html", resource=resource,
unlinked_data=unlinked_data, users_n_roles=users_n_roles,
this_user=this_user, group_roles=group_roles,
- users_error=process_error(err)),
+ users_error=process_error(err), count_per_page=count_per_page),
lambda users: __users_success__(
resource, unlinked_data, users_n_roles, this_user, group_roles,
users))