From ac5da2dd42cce7968fe87d2aaa3b571de190f9f5 Mon Sep 17 00:00:00 2001 From: chaung844 Date: Tue, 12 Nov 2024 23:30:57 -0500 Subject: [PATCH] updated confirmAttendance --- .github/workflows/update-api.yml | 2 +- templates/confirmAttendance.njk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-api.yml b/.github/workflows/update-api.yml index df45b9e..d649f7f 100644 --- a/.github/workflows/update-api.yml +++ b/.github/workflows/update-api.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "20" - uses: actions/checkout@master with: diff --git a/templates/confirmAttendance.njk b/templates/confirmAttendance.njk index db6ec79..2562534 100644 --- a/templates/confirmAttendance.njk +++ b/templates/confirmAttendance.njk @@ -14,9 +14,9 @@ {% if offWaitlist %} {# the hacker has been taken off the waitlist and onto the normal list, so make a note to the hacker #} -

You have been moved off the waitlist for RevolutionUC! We need you to confirm your attendance for the event (February 24th and 25th).

+

You have been moved off the waitlist for RevolutionUC! We need you to confirm your attendance for the event (March 1st and 2nd).

{% else %} -

We need you to confirm your attendance for RevolutionUC (February 24th and 25th) at the 1819 Innovation Hub (2900 Reading Rd, Cincinnati, OH 45206).

+

We need you to confirm your attendance for RevolutionUC (March 1st and 2nd) at the 1819 Innovation Hub (2900 Reading Rd, Cincinnati, OH 45206).

{% endif %}