From a6c63ce216382bd0e6a632b5cf1888070825e8ca Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 31 Jul 2021 11:18:41 +0100 Subject: [PATCH] . --- longs/templates/longs/mark_answer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/longs/templates/longs/mark_answer.html b/longs/templates/longs/mark_answer.html index eb8956aa..88190b3c 100644 --- a/longs/templates/longs/mark_answer.html +++ b/longs/templates/longs/mark_answer.html @@ -8,7 +8,7 @@

Marking question {{question_details.current}} of {{question_details.total}}

-CID(s) to mark: { % for ans in unmarked % }{{ans.cid}},{% endfor %} +CID(s) to mark: {% for ans in unmarked %}{{ans.cid}},{% endfor %} Marking CID: {{answer.cid}}