.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user