Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hackathon_site/hackathon_site/settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading