Add HTMX endpoint to set open access for exam questions and corresponding result template
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user