Add HTMX endpoint to set open access for exam questions and corresponding result template

This commit is contained in:
Ross
2025-10-20 21:33:03 +01:00
parent 593eafd427
commit 9b9cd8c813
3 changed files with 80 additions and 0 deletions
+5
View File
@@ -39,6 +39,11 @@ urlpatterns = [
views.generic_exam_htmx,
name="generic_exam_htmx",
),
path(
"generic_exam_set_open_access",
views.generic_exam_set_open_access,
name="generic_exam_set_open_access",
),
path("bulk_delete_questions/", views.bulk_delete_questions, name="bulk_delete_questions"),
path(
"examination-autocomplete",