From 353d339540f38005a5e6e646a4452e41c1086f12 Mon Sep 17 00:00:00 2001 From: Aaron Gu Date: Wed, 22 Oct 2025 16:34:51 -0400 Subject: [PATCH] Modify RSVP dates for 2nd round applications --- hackathon_site/hackathon_site/settings/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hackathon_site/hackathon_site/settings/__init__.py b/hackathon_site/hackathon_site/settings/__init__.py index 284c4369..7f4a2b60 100644 --- a/hackathon_site/hackathon_site/settings/__init__.py +++ b/hackathon_site/hackathon_site/settings/__init__.py @@ -322,7 +322,7 @@ HARDWARE_SIGN_OUT_START_DATE = datetime(2025, 10, 25, 10, 23, 59, 0, tzinfo=TZ_INFO) HARDWARE_SIGN_OUT_END_DATE = EVENT_END_DATE -RSVP_DAYS = 2 +RSVP_DAYS = 1 # sign in times must be between EVENT_START_DATE and EVENT_END_DATE and in chronological order # the number of sign in times MUST MATCH the number of columns in UserActivityTable