Add HTMX support for exam selection and update related templates and views
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user