Fix typo in confirmation email
This commit is contained in:
parent
a59fe7d2f6
commit
54a02d7870
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ def is_self(mlh_id):
|
||||||
|
|
||||||
def send_email(to, subject, body):
|
def send_email(to, subject, body):
|
||||||
print("Email sent to: " + to)
|
print("Email sent to: " + to)
|
||||||
body += '\nPlease let your friends know about the event as well!.\n'
|
body += '\nPlease let your friends know about the event as well!\n'
|
||||||
body += 'To update your status, you can go to hack.wpi.edu/dashboard\n'
|
body += 'To update your status, you can go to hack.wpi.edu/dashboard\n'
|
||||||
body += '\nAll the best!\nThe HackWPI Team\nhttps://twitter.com/hackwpi?lang=en'
|
body += '\nAll the best!\nThe HackWPI Team\nhttps://twitter.com/hackwpi?lang=en'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue