add option to refresh json cache
This commit is contained in:
@@ -20,5 +20,6 @@ urlpatterns = [
|
||||
path("exam/", views.exam_list, name="exam_list"),
|
||||
path("exam/json/", views.active_exams, name="active_exams"),
|
||||
path("exam/json/<int:pk>", views.exam_json, name="exam_json"),
|
||||
path("exam/json/<int:pk>/recreate", views.exam_json_recreate, name="exam_json_recreate"),
|
||||
path("ajax/exam/flag/", views.flag_question, name="flag_question"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user