From fc09097958b1127ad3f86701b792316898f1a482 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 2 Oct 2021 15:48:00 +0100 Subject: [PATCH] . --- .../templates/anatomy/question_detail.html | 68 ++++++++++--------- 1 file changed, 37 insertions(+), 31 deletions(-) diff --git a/anatomy/templates/anatomy/question_detail.html b/anatomy/templates/anatomy/question_detail.html index ca381164..d6da1fb5 100644 --- a/anatomy/templates/anatomy/question_detail.html +++ b/anatomy/templates/anatomy/question_detail.html @@ -10,21 +10,23 @@ Clone Delete Delete - Add Note + + Add Note Admin Edit -{% if exam %} -
+ {% if exam %} +
- {% if previous > -1 %} - Previous question + {% if previous > -1 %} + Previous question + {% endif %} + Viewing question as part of exam: {{exam.name}} [{{pos}}/{{exam_length}}] + {% if next %} + Next question + {% endif %} +
{% endif %} - Viewing question as part of exam: {{exam.name}} [{{pos}}/{{exam_length}}] - {% if next %} - Next question - {% endif %} -
-{% endif %}
{% include 'question_notes.html' %}
- Annotation JSON (+/-): - - {% if question.image_annotations %} +
+ + Annotation JSON (+/-): + + + {% if question.image_annotations %}
{{ question.image_annotations }}
- {% else %} - No saved annotations. - {% endif %} - + {% else %} + No saved annotations. + {% endif %} + +
{% endblock %} \ No newline at end of file