Add FRCR toggle functionality to question detail view
This commit is contained in:
@@ -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>/",
|
||||
|
||||
Reference in New Issue
Block a user