test: certificate creation

This commit is contained in:
Jannat Patel
2022-02-17 12:46:35 +05:30
parent 69f322d34c
commit ee9f858933
5 changed files with 36 additions and 17 deletions

View File

@@ -246,7 +246,7 @@ const create_certificate = (e) => {
"course": course
},
callback: (data) => {
window.location.href = `/courses/${course}/${data.message}`;
window.location.href = `/courses/${course}/${data.message.name}`;
}
})
};