This commit is contained in:
Ross
2021-12-07 16:19:02 +00:00
parent 0ca5c2c9f7
commit 4562081ce4
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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