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