more bootstrap nav convresion
This commit is contained in:
+1
-1
@@ -733,7 +733,7 @@ def mark(request, exam_pk, sk, unmarked_exam_answers_only=True, review=False):
|
||||
|
||||
class QuestionDelete(AuthorOrCheckerRequiredMixin, DeleteView):
|
||||
model = Rapid
|
||||
success_url = reverse_lazy("rapids:rapid_view")
|
||||
success_url = reverse_lazy("rapids:question_view")
|
||||
|
||||
|
||||
GenericExamViews = ExamViews(
|
||||
|
||||
Reference in New Issue
Block a user