From 473efbc8f42017869c4f6d827673c2699c4ac1d3 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 27 Oct 2025 12:02:56 +0000 Subject: [PATCH] Add source display to question review and improve wording in review start template --- .../sbas/question_review_question.html | 5 +++ .../templates/sbas/question_review_start.html | 36 +++++++++---------- 2 files changed, 23 insertions(+), 18 deletions(-) diff --git a/sbas/templates/sbas/question_review_question.html b/sbas/templates/sbas/question_review_question.html index 2cac89fc..3932271a 100644 --- a/sbas/templates/sbas/question_review_question.html +++ b/sbas/templates/sbas/question_review_question.html @@ -104,12 +104,17 @@ {% endif %} {% endif %} + {# Generic feedback text if present #} {% if question.feedback %}
Feedback: {{ question.feedback|safe }}
{% endif %} + + {% if question.source %} +
Source: {{ question.source|safe }}
+ {% endif %} {% comment %} Add Review {% endcomment %} diff --git a/sbas/templates/sbas/question_review_start.html b/sbas/templates/sbas/question_review_start.html index 0d54cd11..feca070b 100644 --- a/sbas/templates/sbas/question_review_start.html +++ b/sbas/templates/sbas/question_review_start.html @@ -6,7 +6,7 @@

Review Questions

-

Filter questions to review. Choose a category and/or a review status, then click Start to open the first matching question.

+

Filter questions to review. Choose a category and/or a review status, then click Start to open the first matching question that needs reviewing.

{% csrf_token %} @@ -35,28 +35,28 @@ {% endfor %} -
-

You can also view the list of questions matching the filters below.

- -
+
+

You can also view the list of questions matching the filters below.

+ +
{% endblock %} \ No newline at end of file