From 726057b51e29460f67477acc69268e0f569c8818 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 16 Feb 2026 10:35:28 +0000 Subject: [PATCH] Refactor image annotation help section for improved readability and conditional rendering --- .../templates/anatomy/question_detail.html | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/anatomy/templates/anatomy/question_detail.html b/anatomy/templates/anatomy/question_detail.html index f821692b..0d2af7eb 100644 --- a/anatomy/templates/anatomy/question_detail.html +++ b/anatomy/templates/anatomy/question_detail.html @@ -16,22 +16,22 @@
If important markers or arrows are not burned onto the image, please add annotations using the image annotation tool and click Save Annotations. Please note not all questions required image annotations in which case you can ignore this message.
{% endif %} -
-
-
- Image annotation help -
Annotate the image using the right mouse button to click and drag an arrow. To remove an arrow drag it out of the image boundaries. Click Save Annotations to persist. If required use the middle button to zoom and the left button to pan.
-
-
-
-
- {% if can_edit %} + {% if can_edit %} +
+
+
+ Image annotation help +
Annotate the image using the right mouse button to click and drag an arrow. To remove an arrow drag it out of the image boundaries. Click Save Annotations to persist. If required use the middle button to zoom and the left button to pan.
+
+
+
+
- {% endif %} +
-
+ {% endif %}