diff --git a/Client/index.js b/Client/index.js index 9da684b9..09a393c3 100644 --- a/Client/index.js +++ b/Client/index.js @@ -2965,7 +2965,8 @@ app.get("/tutorials/:courseId", checkSignIn, async (req, res, next) => { }); } else { - res.render("questionsTut", { + + res.render("questionsTut", { imgUsername: req.cookies.username, data: body, datatimer: bodytimer, diff --git a/Client/views/labs.ejs b/Client/views/labs.ejs index d5ab8b35..16768337 100644 --- a/Client/views/labs.ejs +++ b/Client/views/labs.ejs @@ -259,7 +259,7 @@ sem:'II SEM lABORATORY', title: 'Exercises for Essentials of Problem Solving Laboratory', description: '', - link: '/tutorials/IARE_EPSL/Topics', + link: '/tutorials/IARE_EPSL', bgColor: '#fef2f2' } // Add more feature objects here