feat: add and remove students and courses from class

This commit is contained in:
Jannat Patel
2022-11-14 16:20:13 +05:30
parent 7ac3f6d8ef
commit 3e1f29af48
17 changed files with 478 additions and 40 deletions

View File

@@ -143,6 +143,7 @@ website_route_rules = [
},
{"from_route": "/quizzes", "to_route": "batch/quiz_list"},
{"from_route": "/quizzes/<quizname>", "to_route": "batch/quiz"},
{"from_route": "/classes/<classname>", "to_route": "classes/class"},
{"from_route": "/courses/<course>/progress", "to_route": "batch/progress"},
{"from_route": "/courses/<course>/join", "to_route": "batch/join"},
{"from_route": "/courses/<course>/manage", "to_route": "cohorts"},