Skip to content

Commit

Permalink
fix templates using wrong variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
skandrigi committed Nov 24, 2024
1 parent ae238de commit f9bc9ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hiss/templates/application/emails/approved.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h2 style="margin-bottom: 20px; font-size: 16px; color: #777777">
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
<span style="color: #ADD8E6; font-weight: 700"
>September 28-29, 2024.</span>
</p>
Expand Down Expand Up @@ -122,7 +122,7 @@ <h2 style="margin-bottom: 20px; font-size: 16px; color: #777777">
</h3>

<strong style="color: #ADD8E6; font-size: 16px">
The {{ organizer_name }} Team
The {{ ORGANIZER_NAME }} Team
</strong>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions hiss/templates/application/emails/rejected.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2 style="margin-bottom: 20px; font-size: 14px; color: #777777">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!
<br>
</p>
Expand Down Expand Up @@ -64,7 +64,7 @@ <h2 style="margin-bottom: 20px; font-size: 14px; color: #777777">Dear {{ first_n

<strong style=" color: #ADD8E6;
font-size: 14px;">
The {{ organizer_name }} Team
The {{ ORGANIZER_NAME }} Team
</strong>

</div>
Expand Down

0 comments on commit f9bc9ad

Please sign in to comment.