diff --git a/anatomy/templates/anatomy/mark.html b/anatomy/templates/anatomy/mark.html index 6e625421..52646445 100644 --- a/anatomy/templates/anatomy/mark.html +++ b/anatomy/templates/anatomy/mark.html @@ -5,7 +5,6 @@

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

View Edit Admin Edit

{{ question.question_type }}

- [{{question.get_primary_answer}}]
{% csrf_token %} @@ -55,6 +54,7 @@
+

[{{question.get_primary_answer}}]

diff --git a/rapids/templates/rapids/mark.html b/rapids/templates/rapids/mark.html index f15ea0ce..7138fd28 100644 --- a/rapids/templates/rapids/mark.html +++ b/rapids/templates/rapids/mark.html @@ -33,7 +33,6 @@

This question is abnormal

Answers given as normal will be automatically marked.
Region: {{ question.get_regions }}, Abnormalities: {{ question.get_abnormalities }}
- [{{question.get_primary_answer}}] {% endif %}
{% csrf_token %} @@ -113,6 +112,7 @@
+

[{{question.get_primary_answer}}]