From c1ca746fef7e0fb4ed5db71cf36e0472c6eb7fc2 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 8 Sep 2021 10:09:12 +0100 Subject: [PATCH] . --- anatomy/templates/anatomy/mark.html | 6 +++--- rapids/templates/rapids/mark.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/anatomy/templates/anatomy/mark.html b/anatomy/templates/anatomy/mark.html index 93d41d9a..5a9a415c 100644 --- a/anatomy/templates/anatomy/mark.html +++ b/anatomy/templates/anatomy/mark.html @@ -20,13 +20,13 @@ Marked:
Key: 2 Marks, 1 diff --git a/rapids/templates/rapids/mark.html b/rapids/templates/rapids/mark.html index e1d3d011..00676944 100644 --- a/rapids/templates/rapids/mark.html +++ b/rapids/templates/rapids/mark.html @@ -33,17 +33,17 @@ Region: {{ question.get_regions }}, Abnormalities: {{ question.get_abnormalities
    {% for answer in correct_answers %}
  • -
    {{ answer }}
    +
    {{ answer }}
  • {% endfor %} {% for answer in half_mark_answers %}
  • -
    {{ answer }}
    +
    {{ answer }}
  • {% endfor %} {% for answer in incorrect_answers %}
  • -
    {{ answer }}
    +
    {{ answer }}
  • {% endfor %}