Merge branch 'new-editor' of https://github.com/pateljannat/lms into new-design-system

This commit is contained in:
Jannat Patel
2023-04-20 17:55:36 +05:30
22 changed files with 181 additions and 120 deletions

View File

@@ -145,6 +145,10 @@ website_route_rules = [
"from_route": "/courses/<course>/learn/<int:chapter>.<int:lesson>",
"to_route": "batch/learn",
},
{
"from_route": "/courses/<course>/learn/<int:chapter>.<int:lesson>/edit",
"to_route": "batch/edit",
},
{"from_route": "/quizzes", "to_route": "batch/quiz_list"},
{"from_route": "/quizzes/<quizname>", "to_route": "batch/quiz"},
{"from_route": "/classes/<classname>", "to_route": "classes/class"},