From 427bc0f8007501adb7bcc5dd44537c6146acdd24 Mon Sep 17 00:00:00 2001 From: Sem Bauke Date: Tue, 13 Jan 2026 09:51:21 +0100 Subject: [PATCH] chore: release v9 certs on mobile (#64846) --- .../build-external-curricula-data-v2.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/client/tools/external-curriculum/build-external-curricula-data-v2.ts b/client/tools/external-curriculum/build-external-curricula-data-v2.ts index a6129e6c044..28febd0c7a0 100644 --- a/client/tools/external-curriculum/build-external-curricula-data-v2.ts +++ b/client/tools/external-curriculum/build-external-curricula-data-v2.ts @@ -130,24 +130,24 @@ export const orderedSuperBlockInfo: OrderedSuperBlocks = { [SuperBlockStage.Core]: [ { dashedName: SuperBlocks.RespWebDesignV9, - public: false, + public: true, title: intros[SuperBlocks.RespWebDesignV9].title }, { dashedName: SuperBlocks.JsV9, - public: false, + public: true, title: intros[SuperBlocks.JsV9].title }, + { + dashedName: SuperBlocks.PythonV9, + public: true, + title: intros[SuperBlocks.PythonV9].title + }, { dashedName: SuperBlocks.FrontEndDevLibsV9, public: false, title: intros[SuperBlocks.FrontEndDevLibsV9].title }, - { - dashedName: SuperBlocks.PythonV9, - public: false, - title: intros[SuperBlocks.PythonV9].title - }, { dashedName: SuperBlocks.RelationalDbV9, public: false, @@ -181,7 +181,7 @@ export const orderedSuperBlockInfo: OrderedSuperBlocks = { [SuperBlockStage.Spanish]: [ { dashedName: SuperBlocks.A1Spanish, - public: false, + public: true, title: intros[SuperBlocks.A1Spanish].title } ],