From 941c599d24ec9417a9737786b417df2e6fee3b8c Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 16 Feb 2026 09:54:45 +0000 Subject: [PATCH] Add warning alert for missing image annotations in question detail view --- anatomy/templates/anatomy/question_detail.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/anatomy/templates/anatomy/question_detail.html b/anatomy/templates/anatomy/question_detail.html index 5b74889f..a471602e 100644 --- a/anatomy/templates/anatomy/question_detail.html +++ b/anatomy/templates/anatomy/question_detail.html @@ -10,6 +10,12 @@
+ {% if not question.image_annotations %} + + {% endif %}
Image annotation help