Fix email registration template
This commit is contained in:
parent
eedfa91f35
commit
8cc4a41492
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Dear {{ user.first_name }},
|
||||||
Your application for GoatHacks has been confirmed! {% if user.waitlisted
|
Your application for GoatHacks has been confirmed! {% if user.waitlisted
|
||||||
%}You're on the waitlist right now, but we'll send you another email if a spot
|
%}You're on the waitlist right now, but we'll send you another email if a spot
|
||||||
opens up.{% else %}You've got a confirmed spot this year! Make sure to look at
|
opens up.{% else %}You've got a confirmed spot this year! Make sure to look at
|
||||||
the schedule at https://hack.wpi.edu.
|
the schedule at https://hack.wpi.edu.{% endif %}
|
||||||
|
|
||||||
{% if not user.waitlisted %}
|
{% if not user.waitlisted %}
|
||||||
We'll send another email with more details closer to the event. In the
|
We'll send another email with more details closer to the event. In the
|
||||||
|
|
Loading…
Add table
Reference in a new issue