This commit is contained in:
Ross
2021-04-22 13:04:28 +01:00
parent 1c7c0b18d2
commit c1de563be1
+1 -1
View File
@@ -9,5 +9,5 @@ def user_is_exam_author_or_exam_checker(function):
else:
raise PermissionDenied
wrap.__doc__ = function.__doc__
wrap.__name__ = function.__name__
#wrap.__name__ = function.__name__
return wrap