rename rapid functions
This commit is contained in:
+1
-1
@@ -655,7 +655,7 @@ def mark_answer(request, pk, sk, tk):
|
||||
raise Http404("User answer does not exist")
|
||||
|
||||
try:
|
||||
unmarked = question.GetUnmarkedAnswers()
|
||||
unmarked = question.get_unmarked_answers()
|
||||
next_unmarked_id = unmarked[0].cid
|
||||
if next_unmarked_id == tk:
|
||||
next_unmarked_id = unmarked[1].cid
|
||||
|
||||
Reference in New Issue
Block a user