.
This commit is contained in:
+1
-1
@@ -158,7 +158,7 @@ def feedback_create(request, question_type, pk):
|
|||||||
|
|
||||||
return JsonResponse({"success": False, "error": "Invalid exam type"})
|
return JsonResponse({"success": False, "error": "Invalid exam type"})
|
||||||
|
|
||||||
class AddQuestionNote(LoginRequiredMixin, CreateView):
|
class AddQuestionNote(CreateView):
|
||||||
model = QuestionNote
|
model = QuestionNote
|
||||||
form_class = QuestionNoteForm
|
form_class = QuestionNoteForm
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user