diff --git a/src/routes.json b/src/routes.json index aef66a4f9..a1b789f34 100644 --- a/src/routes.json +++ b/src/routes.json @@ -21,6 +21,20 @@ "view": "guidelines/guidelines", "title": "Scratch Community Guidelines" }, + { + "name": "student-complete-registration", + "pattern": "^/classes/complete_registration", + "routeAlias": "/classes/(complete_registration|.+/register/.+)", + "view": "studentcompleteregistration/studentcompleteregistration", + "title": "Complete your Registration" + }, + { + "name": "student-registration", + "pattern": "^/classes/:id/register/:token", + "routeAlias": "/classes/(complete_registration|.+/register/.+)", + "view": "studentregistration/studentregistration", + "title": "Class Registration" + }, { "name": "conference-index", "pattern": "^/conference/?$",