.
This commit is contained in:
+1
-1
@@ -341,7 +341,7 @@ def mark(request, exam_pk, sk, unmarked_exam_answers_only=True, review=False):
|
||||
if form.is_valid():
|
||||
# If skip button is pressed skip the question without marking
|
||||
if "skip" in request.POST:
|
||||
return redirect("anatomy:mark", pk=exam_pk, sk=n + 1)
|
||||
return redirect("anatomy:mark", exam_pk=exam_pk, sk=n + 1)
|
||||
|
||||
cd = form.cleaned_data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user