fix sba
This commit is contained in:
@@ -43,6 +43,12 @@ urlpatterns = [
|
||||
views.exam_take_overview,
|
||||
name="exam_take_overview",
|
||||
),
|
||||
path(
|
||||
"exam/<int:pk>/finish",
|
||||
views.exam_take_overview,
|
||||
name="exam_take_overview_user",
|
||||
),
|
||||
|
||||
path(
|
||||
"exam/<int:pk>/authors", views.ExamAuthorUpdate.as_view(), name="exam_authors"
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user