Add HTMX support for exam selection and update related templates and views

This commit is contained in:
Ross
2025-10-20 21:12:42 +01:00
parent d342e7e047
commit 66711f5c15
7 changed files with 103 additions and 25 deletions
+5
View File
@@ -34,6 +34,11 @@ urlpatterns = [
views.generic_exam_json_edit,
name="generic_exam_json_edit",
),
path(
"generic_exam_htmx",
views.generic_exam_htmx,
name="generic_exam_htmx",
),
path("bulk_delete_questions/", views.bulk_delete_questions, name="bulk_delete_questions"),
path(
"examination-autocomplete",