From 21312f9d45dc2af620eefe17a2f6a61270631ccd Mon Sep 17 00:00:00 2001 From: Eric Li Date: Mon, 25 Nov 2024 13:57:17 -0600 Subject: [PATCH] TAMUhack 2025 setup --- hiss/application/emails.py | 2 +- hiss/hiss/settings/base.py | 2 +- hiss/hiss/settings/customization.py | 10 +++++----- hiss/templates/application/emails/confirmed-hh.html | 2 +- .../application/emails/confirmed-waitlist.html | 2 +- hiss/templates/application/emails/confirmed.html | 4 ++-- hiss/templates/status/status.html | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/hiss/application/emails.py b/hiss/application/emails.py index 8ab7e2d9..0e09d788 100644 --- a/hiss/application/emails.py +++ b/hiss/application/emails.py @@ -69,7 +69,7 @@ def send_confirmation_email(app: Application) -> None: :type app: Application :return: None """ - subject = f"HowdyHack Waitlist: Important Day-Of Information" + subject = f"TAMUhack: Important Day-Of Information" email_template = "application/emails/confirmed.html" context = { "first_name": app.first_name, diff --git a/hiss/hiss/settings/base.py b/hiss/hiss/settings/base.py index 61cc89fe..cec92994 100644 --- a/hiss/hiss/settings/base.py +++ b/hiss/hiss/settings/base.py @@ -116,7 +116,7 @@ AWS_REGION = "us-east-2" AWS_ACCESS_KEY_ID = os.environ.get("AWS_ACCESS_KEY_ID") AWS_SECRET_ACCESS_KEY = os.environ.get("AWS_SECRET_ACCESS_KEY") -AWS_S3_BUCKET_NAME = "2024-hh-resumes" +AWS_S3_BUCKET_NAME = "2025-th-resumes" AWS_S3_KEY_PREFIX = "prod" STATIC_URL = "/" + BASE_PATHNAME + "static/" diff --git a/hiss/hiss/settings/customization.py b/hiss/hiss/settings/customization.py index 5b4f549d..13da5c92 100644 --- a/hiss/hiss/settings/customization.py +++ b/hiss/hiss/settings/customization.py @@ -1,13 +1,13 @@ from django.utils import timezone MAX_YEARS_ADMISSION = 6 -EVENT_NAME = "HowdyHack" -EVENT_YEAR = "2024" +EVENT_NAME = "TAMUhack" +EVENT_YEAR = "2025" ORGANIZER_NAME = "TAMUhack" ORGANIZER_EMAIL = "hello@tamuhack.com" -EVENT_START_DATETIME = timezone.datetime(2024, 9, 28, hour=9, minute=0, second=0) -EVENT_END_DATETIME = timezone.datetime(2024, 9, 29, hour=12, minute=0, second=0) -EVENT_DATE_TEXT = "September 28-29, 2024" +EVENT_START_DATETIME = timezone.datetime(2025, 1, 25, hour=9, minute=0, second=0) +EVENT_END_DATETIME = timezone.datetime(2025, 1, 26, hour=12, minute=0, second=0) +EVENT_DATE_TEXT = "January 25-26, 2025" MAX_MEMBERS_PER_TEAM = 4 APPLE_WALLET_S3_BUCKET_URL = "https://hh24-apple-wallet-passes.s3.amazonaws.com" diff --git a/hiss/templates/application/emails/confirmed-hh.html b/hiss/templates/application/emails/confirmed-hh.html index 8ab56a1e..bacb2a75 100644 --- a/hiss/templates/application/emails/confirmed-hh.html +++ b/hiss/templates/application/emails/confirmed-hh.html @@ -515,7 +515,7 @@

Special Accommodations
-If you require any special accommodations during HowdyHack, please email us at hello@tamuhack.com and we’d be happy to work with you.
+If you require any special accommodations during {{event_name}}, please email us at hello@tamuhack.com and we’d be happy to work with you.


We can't wait to meet all you! Get ready for a fun-filled weekend!
diff --git a/hiss/templates/application/emails/confirmed-waitlist.html b/hiss/templates/application/emails/confirmed-waitlist.html index 85b0b180..9c3a8fd2 100644 --- a/hiss/templates/application/emails/confirmed-waitlist.html +++ b/hiss/templates/application/emails/confirmed-waitlist.html @@ -473,7 +473,7 @@

Howdy, hackers!

-You are waitlisted for HowdyHack 2024 on {{ event_date_text }}. We will have a separate line for students on the waitlist. After 10AM, we will admit people from the waitlist line until the MSC capacity has been reached. Please come early to ensure you have a higher chance of being admitted to the event as it is first come, first serve. +You are waitlisted for {{event_name}} on {{ event_date_text }}. We will have a separate line for students on the waitlist. After 10AM, we will admit people from the waitlist line until the MSC capacity has been reached. Please come early to ensure you have a higher chance of being admitted to the event as it is first come, first serve.

Check-in
diff --git a/hiss/templates/application/emails/confirmed.html b/hiss/templates/application/emails/confirmed.html index 18961f93..80cfb7e8 100644 --- a/hiss/templates/application/emails/confirmed.html +++ b/hiss/templates/application/emails/confirmed.html @@ -436,7 +436,7 @@ -

Get ready for HowdyHack 2024!

+

Get ready for TAMUhack 2025!

Important Reminders

@@ -474,7 +474,7 @@

Howdy, hackers!

-We're so excited to see you at HowdyHack 2024 on {{ event_date_text }}. +We're so excited to see you at TAMUhack 2025 on {{ event_date_text }}.

Check-in
diff --git a/hiss/templates/status/status.html b/hiss/templates/status/status.html index 412afbfb..a5c135d6 100644 --- a/hiss/templates/status/status.html +++ b/hiss/templates/status/status.html @@ -107,7 +107,7 @@
ACCEPTED

- Please RSVP below by September 27th, 2024, at 11:59PM or you risk losing your spot. + Please RSVP below by January 24th, 2025, at 11:59PM or you risk losing your spot.