From 695460e023e419f99501143fdd50ff7a2fa6aa02 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 31 Jul 2021 08:38:13 +0100 Subject: [PATCH] . --- longs/templates/longs/long_display_block.html | 7 +++++-- rapids/templates/rapids/question_display_block.html | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/longs/templates/longs/long_display_block.html b/longs/templates/longs/long_display_block.html index cc1fd798..36040e9b 100755 --- a/longs/templates/longs/long_display_block.html +++ b/longs/templates/longs/long_display_block.html @@ -40,8 +40,11 @@

Mark Scheme:

{{ question.mark_scheme | safe}}

-

Exam(s): {{question.get_exams}}

- +
+ Exam(s): {% for exam in question.exams.all %} + {{ exam.name }}, + {% endfor %} +
Notes:
- Exams: {% for exam in question.exams.all %} + Exam(s): {% for exam in question.exams.all %} {{ exam.name }}, {% endfor %}