From d0609e4f8e4a49bbde3caee4f8fb583ec6d0594e Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 10 Nov 2025 10:34:19 +0000 Subject: [PATCH] Remove duplicate question card and associated navigation buttons from exam review template --- .../exam_review_question_fragment.html | 34 ------------------- 1 file changed, 34 deletions(-) diff --git a/anatomy/templates/anatomy/partials/exam_review_question_fragment.html b/anatomy/templates/anatomy/partials/exam_review_question_fragment.html index f20425d2..cbeae2f1 100644 --- a/anatomy/templates/anatomy/partials/exam_review_question_fragment.html +++ b/anatomy/templates/anatomy/partials/exam_review_question_fragment.html @@ -1,6 +1,5 @@
-
Anatomy
Question

{{ question }}

@@ -86,36 +85,3 @@
-
-
-
Anatomy
-
Question
-

{{ question }}

- -

- View full question details -

- -
- {% if prev_index is not None %} - ← Previous - {% else %} - - {% endif %} - - {% if next_index is not None %} - Next → - {% else %} - Complete review - {% endif %} -
-
-