From 689bb345d4450bbf3c0811eb2b4a972d73f1eff4 Mon Sep 17 00:00:00 2001 From: Saket Reddy <144753536+SaketR3@users.noreply.github.com> Date: Thu, 20 Aug 2026 10:50:06 -0500 Subject: [PATCH] Reinstate original application code --- src/routes/join/students/+page.svelte | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/routes/join/students/+page.svelte b/src/routes/join/students/+page.svelte index a8fd9c5..71467a6 100644 --- a/src/routes/join/students/+page.svelte +++ b/src/routes/join/students/+page.svelte @@ -39,12 +39,22 @@

Application Process

-

+

{@html data.info.applicationBlurb}

+
+ {#each data.applicationSteps as step} + + {step.name} + {step.date ?? ""} + {@html step.description} + + {/each} +
+
{#if data.faqs.length > 0}