diff --git a/anatomy/templates/anatomy/exam_scores.html b/anatomy/templates/anatomy/exam_scores.html index 98b22c0b..f6ade954 100644 --- a/anatomy/templates/anatomy/exam_scores.html +++ b/anatomy/templates/anatomy/exam_scores.html @@ -48,7 +48,7 @@ Question {{forloop.counter}} {% for ans, score in by_question|get_item:question %} - {{ans}} {{score}} + {{ans}} {% endfor %} {% endfor %}