This commit is contained in:
Ross
2021-04-29 23:18:40 +01:00
parent e4a0431f63
commit d4ae7dbf6c
3 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
from django.core.exceptions import PermissionDenied
from .models import Exam
from .models import Exam, Rapid
def user_is_author_or_rapid_checker(function):
def wrap(request, *args, **kwargs):