This commit is contained in:
Ross
2021-08-02 12:10:34 +01:00
parent 21e485f294
commit 9d75ec8044
+2
View File
@@ -678,6 +678,8 @@ def mark_answer(request, pk, sk, tk):
if "next" in request.POST:
return redirect("longs:mark_answer", pk=pk, sk=sk, tk=next_unmarked_id)
if "save" in request.POST:
return redirect("longs:mark_answer", pk=pk, sk=sk, tk=tk)
#elif "previous" in request.POST:
# return redirect("longs:mark", pk=pk, sk=n - 1)