Add merge category functionality for admin users with confirmation prompt

This commit is contained in:
Ross
2025-10-27 20:23:44 +00:00
parent 65e95b698d
commit a491337a2e
3 changed files with 102 additions and 0 deletions
+1
View File
@@ -110,6 +110,7 @@ urlpatterns = [
views.generate_exam,
name="generate_exam",
),
path("category/merge/", views.merge_category, name="merge_category"),
#path(
# "exam/<int:pk>/scores/<int:cid>/<str:passcode>/",
# views.exam_scores_cid_user,