From 5e6e6ecea4a5c89b7745d5b090c08f3300774d0e Mon Sep 17 00:00:00 2001 From: Teemu H <44917122+swd1tn002@users.noreply.github.com> Date: Tue, 9 Jan 2024 09:28:52 +0200 Subject: [PATCH] Add Haaga-Helia's course variant to the course variants menu --- course-settings.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/course-settings.js b/course-settings.js index e96c5cf70..4568efe4e 100644 --- a/course-settings.js +++ b/course-settings.js @@ -12,10 +12,10 @@ const courseSettings = { bannerPath: "banner.svg", showExerciseDescriptionWhenNotLoggedIn: true, courseVariants: [ - // { - // tmcOrganization: "haaga-helia", - // tmcCourse: "python-2022", - // }, + { + tmcOrganization: "haaga-helia", + tmcCourse: "python-2024", + }, // { // tmcOrganization: "laurea", // tmcCourse: "laurea-python-syksy-2023"