diff --git a/stude/student_status/views.py b/stude/student_status/views.py index b2a1de6..01727f0 100644 --- a/stude/student_status/views.py +++ b/stude/student_status/views.py @@ -15,7 +15,7 @@ class StudentStatusAPIView(generics.RetrieveUpdateAPIView): class ActiveStudentStatusListAPIView(generics.ListAPIView): serializer_class = StudentStatusSerializer - # permission_classes = [IsAuthenticated] + permission_classes = [IsAuthenticated] def get_queryset(self): user = self.request.user