about summary refs log tree commit diff
path: root/gn2/wqflask/oauth2/groups.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn2/wqflask/oauth2/groups.py')
-rw-r--r--gn2/wqflask/oauth2/groups.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/oauth2/groups.py b/gn2/wqflask/oauth2/groups.py
index fd5ab7eb..3223b932 100644
--- a/gn2/wqflask/oauth2/groups.py
+++ b/gn2/wqflask/oauth2/groups.py
@@ -141,7 +141,7 @@ def reject_join_request():
 @require_oauth2
 def group_role(group_role_id: uuid.UUID):
     """View the details of a particular role."""
-    def __render_error(**kwargs):
+    def __render_error__(**kwargs):
         return render_ui("oauth2/view-group-role.html", **kwargs)
 
     def __gprivs_success__(role, group_privileges):