This commit is contained in:
Ross
2021-02-26 15:19:23 +00:00
parent 1456090d1c
commit 2e89b6e7ec
10 changed files with 140 additions and 29 deletions
+1
View File
@@ -38,6 +38,7 @@ urlpatterns = [
# Global url that registers RTS compatible exams
path("exam/json/", views.active_exams, name="active_exams"),
path("exam/submit", views.exam_submit, name="global_exam_answers_submit"),
#path('', include('generic.urls')),
]