Fix typo in confirmation email

This commit is contained in:
Nick Krichevsky 2018-12-03 17:57:35 -05:00
parent a59fe7d2f6
commit 54a02d7870

View file

@ -474,7 +474,7 @@ def is_self(mlh_id):
def send_email(to, subject, body):
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 += '\nAll the best!\nThe HackWPI Team\nhttps://twitter.com/hackwpi?lang=en'