From ef26182b1a7f08f6781d016e421aba0d5e3d5bf7 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 27 Oct 2025 12:42:34 +0000 Subject: [PATCH] Refactor personal exam creation section for improved readability and structure --- .../templates/sbas/question_review_start.html | 58 +++++++++---------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/sbas/templates/sbas/question_review_start.html b/sbas/templates/sbas/question_review_start.html index 8f621777..f9f4f4be 100644 --- a/sbas/templates/sbas/question_review_start.html +++ b/sbas/templates/sbas/question_review_start.html @@ -59,37 +59,37 @@ })(); -
+
-
-
Create your personal exam
-

Generate a personal SBA exam from the filtered question bank. Optionally limit the number of questions.

+
+
Create your personal exam
+

Generate a personal SBA exam from the filtered question bank. Optionally limit the number of questions.

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