Too many changes :(

This commit is contained in:
Ross
2025-07-29 09:20:58 +01:00
parent ad4be1e9a6
commit 4460545442
20 changed files with 361 additions and 81 deletions
+2 -2
View File
@@ -388,12 +388,12 @@ def generic_exam_urls(generic_exam_view: GenericExamViews):
),
path(
"exam/<int:pk>/toggle_active",
generic_exam_view.exam_toggle_active,
generic_exam_view.exam_toggle_active_htmx,
name="exam_toggle_active",
),
path(
"exam/<int:pk>/toggle_results_published",
generic_exam_view.exam_toggle_results_published,
generic_exam_view.exam_toggle_results_published_htmx,
name="exam_toggle_results_published",
),
path(