diff --git a/app/marketing/mails.py b/app/marketing/mails.py index 30b6beb0c25..9f191247b4a 100644 --- a/app/marketing/mails.py +++ b/app/marketing/mails.py @@ -440,7 +440,7 @@ def send_user_feedback(quest, feedback, user): setup_lang(to_email) subject = f"Your Gitcoin Quest \"{quest.title}\" has feedback from another user!" body_str = f("Your quest: {quest.title} has feedback from user {user.profile.handle}:\n\n" - "{feedback}\n\n\" + "{feedback}\n\n" "to edit your quest, click here") body = f"{body_str}" if not should_suppress_notification_email(to_email, 'quest'):