Add FRCR toggle functionality to question detail view

This commit is contained in:
Ross
2025-10-29 21:37:19 +00:00
parent dca4ff249a
commit 76d0db0e94
4 changed files with 47 additions and 1 deletions
+1
View File
@@ -115,6 +115,7 @@ urlpatterns = [
views.question_overview,
name="question_overview",
),
path("question/<int:pk>/toggle_frcr/", views.toggle_frcr_appropriate, name="toggle_frcr"),
path("category/merge/", views.merge_category, name="merge_category"),
#path(
# "exam/<int:pk>/scores/<int:cid>/<str:passcode>/",