From 54a02d78705574af61f7de2568c1ab1dfd13a0d5 Mon Sep 17 00:00:00 2001 From: Nick Krichevsky Date: Mon, 3 Dec 2018 17:57:35 -0500 Subject: [PATCH] Fix typo in confirmation email --- flask_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask_app.py b/flask_app.py index 6f23e66..b775ad2 100644 --- a/flask_app.py +++ b/flask_app.py @@ -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'