From f9bc9add55799fe330329009746fea8124b9cc41 Mon Sep 17 00:00:00 2001 From: skandrigi Date: Sat, 23 Nov 2024 23:46:17 -0600 Subject: [PATCH] fix templates using wrong variable names --- hiss/templates/application/emails/approved.html | 4 ++-- hiss/templates/application/emails/rejected.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hiss/templates/application/emails/approved.html b/hiss/templates/application/emails/approved.html index 8da1eaec..65dd468a 100644 --- a/hiss/templates/application/emails/approved.html +++ b/hiss/templates/application/emails/approved.html @@ -45,7 +45,7 @@

margin-bottom: 20px; " > - You have been accepted to {{event_name}} {{event_year}}! We were impressed by your application and we’re excited to see you + You have been accepted to {{EVENT_NAME}} {{EVENT_YEAR}}! We were impressed by your application and we’re excited to see you September 28-29, 2024.

@@ -122,7 +122,7 @@

- The {{ organizer_name }} Team + The {{ ORGANIZER_NAME }} Team diff --git a/hiss/templates/application/emails/rejected.html b/hiss/templates/application/emails/rejected.html index 3911f45c..600b255c 100644 --- a/hiss/templates/application/emails/rejected.html +++ b/hiss/templates/application/emails/rejected.html @@ -22,7 +22,7 @@

Dear {{ first_n font-weight: normal; color: #777777; margin-bottom: 20px;"> - Thank you so much for applying to {{ event_name }} {{ event_year }}. We really appreciate the time you took to share your + Thank you so much for applying to {{ EVENT_NAME }} {{ EVENT_YEAR }}. We really appreciate the time you took to share your interests and skills with us. Unfortunately, due to space limitations of the MSC, we are only able to accept a limited number hackers, and we are unable to grant you an acceptance. If you're still interested in hacking with us, our spring hackathon, TAMUhack, has a bigger capacity and more awesome prizes to win! We hope to see you there!

@@ -64,7 +64,7 @@

Dear {{ first_n - The {{ organizer_name }} Team + The {{ ORGANIZER_NAME }} Team