diff --git a/longs/templates/longs/exam_scores.html b/longs/templates/longs/exam_scores.html index ee5f0b49..9273e378 100644 --- a/longs/templates/longs/exam_scores.html +++ b/longs/templates/longs/exam_scores.html @@ -53,7 +53,7 @@ {% for question in questions %} - Question {{forloop.counter}} + Question {{forloop.counter}} {% for ans, score in by_question|get_item:question %} {{score}} {% endfor %} diff --git a/longs/templates/longs/mark_answer.html b/longs/templates/longs/mark_answer.html index e2e67cda..9ac50ae9 100644 --- a/longs/templates/longs/mark_answer.html +++ b/longs/templates/longs/mark_answer.html @@ -16,7 +16,7 @@