.
This commit is contained in:
@@ -21,9 +21,6 @@ def user_is_cid_user_manager(function):
|
||||
|
||||
|
||||
def check_user_in_group(*groups: Group):
|
||||
print("DEC")
|
||||
print(groups)
|
||||
|
||||
def decorator(function):
|
||||
@wraps(function)
|
||||
def wrapper(request, *args, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user