diff --git a/applications/templates/mails/confirmation_subject.txt b/applications/templates/mails/confirmation_subject.txt index 7aa1bf70..6136002e 100644 --- a/applications/templates/mails/confirmation_subject.txt +++ b/applications/templates/mails/confirmation_subject.txt @@ -1 +1 @@ -Ticket to {{ h_name }} +Your ticket to {{ h_name }} diff --git a/applications/templates/mails/include/cancel.html b/applications/templates/mails/include/cancel.html index 07a3367a..3a5a4ac4 100644 --- a/applications/templates/mails/include/cancel.html +++ b/applications/templates/mails/include/cancel.html @@ -1,7 +1,28 @@ -
If you cannot make it, please let us know by clicking "Cancel".
+If you cannot make it, please let us know by clicking the "Cancel" button.
{% if is_hacker %}We want as many people as possible to experience the hackathon!
{% endif %} -- Cancel -
+
+
|
+
Congratulations {{ name }}, you have been officially invited to {{ h_name }}!
+ {% include 'mails/include/email_button.html' with text='Review & Confirm' url=confirm_url %}- Respond to this invitation by clicking on the "Confirm" link below. - Please confirm your spot within 5 days of receiving this email. Otherwise we will give your spot to another - hacker on the waitlist. + Confirm your spot by clicking on the "Confirm" link above within 5 days of receiving this email. + Otherwise we will give your spot to another hacker on the waitlist.
- After clicking, you will be redirected to our site and asked to confirm your dietary requirements, travel reimbursement amount and t-shirt size. We need to make sure that information’s right! + After clicking, you will be redirected to our site and asked to confirm your dietary requirements, travel reimbursement amount and t-shirt size. We need to make sure that the information is right!
- {% include 'mails/include/email_button.html' with text='Review & Confirm' url=confirm_url %} + {% include 'mails/include/cancel.html' %} {% if reimb.waitlisted %} {% include 'include/waitlisted_reimbursement.html' %} diff --git a/applications/templates/mails/invitation_hacker_subject.txt b/applications/templates/mails/invitation_hacker_subject.txt index bb68c0e4..0c12620a 100644 --- a/applications/templates/mails/invitation_hacker_subject.txt +++ b/applications/templates/mails/invitation_hacker_subject.txt @@ -1 +1 @@ -Congrats! You have been accepted! \ No newline at end of file +Confirm your spot! \ No newline at end of file