From cc7a334cb750ebd4b8b20be18428ddae98dafa37 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 10 Nov 2025 10:48:31 +0000 Subject: [PATCH] Refactor show respondents buttons to improve HTMX integration and add fallback for non-HTMX environments --- ...am_review_question_responses_fragment.html | 44 ++++++++++++++++++- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/anatomy/templates/anatomy/partials/exam_review_question_responses_fragment.html b/anatomy/templates/anatomy/partials/exam_review_question_responses_fragment.html index e2828d4f..9b8964f6 100644 --- a/anatomy/templates/anatomy/partials/exam_review_question_responses_fragment.html +++ b/anatomy/templates/anatomy/partials/exam_review_question_responses_fragment.html @@ -7,9 +7,19 @@
{% if not reveal_respondents %} - + {% else %} - + {% endif %}
@@ -48,3 +58,33 @@ {% endfor %} + +